< Back

Get-AzureRmResourceProvider

Tue Jan 29, 2019 10:05 pm

NAME Get-AzureRmResourceProvider



SYNOPSIS

Gets a resource provider.





SYNTAX

Get-AzureRmResourceProvider [-ApiVersion <String>] [-DefaultProfile <IAzureContextContainer>] [-ListAvailable] [-Location <String>] [-Pre]

[<CommonParameters>]



Get-AzureRmResourceProvider [-ApiVersion <String>] [-DefaultProfile <IAzureContextContainer>] [-Location <String>] [-Pre] -ProviderNamespace

<String> [<CommonParameters>]





DESCRIPTION

The Get-AzureRmResourceProvider cmdlet gets an Azure resource provider.





PARAMETERS

-ApiVersion <String>

Specifies the API version that is supported by the resource Provider. You can specify a different version than the default version.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ListAvailable [<SwitchParameter>]

Indicates that this operation gets all available resource providers.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-Location <String>

Specifies the location of the resource provider.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Pre [<SwitchParameter>]

Indicates that this cmdlet considers pre-release API versions when it automatically determines which version to use.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-ProviderNamespace <String>

Specifies the namespace of the resource provider.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProvider







NOTES









1:















RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... ceprovider

Register-AzureRmResourceProvider

Unregister-AzureRmResourceProvider