共用方式為


Get-AzProviderPreviewFeature

取得您帳戶中的功能註冊。

語法

Get-AzProviderPreviewFeature
   [-Name <String>]
   -ProviderNamespace <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Get-AzProviderPreviewFeature Cmdlet 會在您的帳戶中取得功能註冊。

範例

範例 1

Get-AzProviderPreviewFeature -FeatureName AllowApplicationSecurityGroups -ProviderNamespace Microsoft.Network

這會取得帳戶中 Microsoft.Network 的 AllowApplicationSecurityGroups 功能。

參數

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Name

功能名稱。

類型:String
別名:FeatureName
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-ProviderNamespace

資源提供者命名空間。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

輸入

String

輸出

Microsoft.Azure.Management.ResourceManager.Models.PSSubscriptionFeatureRegistration