Get-AzProfile

インストールされているモジュールでサポートされているサービス プロファイルを取得します。

構文

Get-AzProfile
   [-ModuleName <String[]>]
   [-ListAvailable]
   [<CommonParameters>]

説明

インストールされているモジュールでサポートされているサービス プロファイルを取得します。

例 1

PS C:\> Get-AzProfile -ModuleName Az.KeyVault

Name              Description
----              -----------
latest-2019-04-30 A snapshot of the service API versions in the Azure Global Cloud. This profile was defined in April 2019.
hybrid-2019-03-01 A snapshot of the Service API versions in AzureStack, Azure Sovereign clouds, and the Azure Global Cloud. This profile was defined                    in March 2019.

KeyVault モジュールでサポートされているサービス プロファイルを取得する

パラメーター

-ListAvailable

インストールされているモジュールでサポートされているすべてのサービス プロファイルを一覧表示する

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

-ModuleName

確認するモジュールの名前

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

入力

None

出力

PSAzureServiceProfile