Get-AzProviderFeature

Azure プロバイダーの機能に関する情報を取得します。

構文

Get-AzProviderFeature
   [-ProviderNamespace <String>]
   [-ListAvailable]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzProviderFeature
   -ProviderNamespace <String>
   -FeatureName <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

説明

Get-AzProviderFeature コマンドレットは、Azure プロバイダー機能の機能名、プロバイダー名、登録状態を取得します。

例 1: 使用可能なすべての機能を取得する

Get-AzProviderFeature -ListAvailable

このコマンドは、使用可能なすべての機能を取得します。

例 2: 特定の機能に関する情報を取得する

Get-AzProviderFeature -FeatureName "AllowPreReleaseRegions" -ProviderNamespace "Microsoft.Compute"

このコマンドは、指定されたプロバイダーの AllowPreReleaseRegions という名前の機能の情報を取得します。

パラメーター

-DefaultProfile

Azure との通信に使用される資格情報、アカウント、テナント、サブスクリプション

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-FeatureName

取得する機能の名前を指定します。

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-ListAvailable

このコマンドレットがすべての機能を取得することを示します。

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ProviderNamespace

このコマンドレットがプロバイダー機能を取得する名前空間を指定します。

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

入力

String

出力

PSProviderFeature