Get-AzureServiceAvailableExtension
ホストされているサービスで使用可能な拡張機能に関する情報を取得します。
Note
このドキュメントで参照されているコマンドレットは、Azure Service Manager (ASM) API を使用するレガシ Azure リソースを管理するためのものです。 ASM の廃止が予定されているため、新しいリソースを作成する場合、このレガシ PowerShell モジュールは推奨されません。 詳細については、「Azure Service Manager の廃止」を参照してください。
Az PowerShell モジュールは、PowerShell を使用して Azure Resource Manager (ARM) リソースを管理するための推奨される PowerShell モジュールです。
重要
現在、Cloud Services (クラシック) は新しいお客様に対して非推奨となっており、2024 年 8 月 31 日に、すべてのお客様に対して廃止される予定です。 新しいデプロイでは、新しい Azure Resource Manager ベースのデプロイ モデル、 Azure Cloud Services (延長サポート) を使用してください。
構文
Get-AzureServiceAvailableExtension
[[-ExtensionName] <String>]
[[-ProviderNamespace] <String>]
[-Profile <AzureSMProfile>]
[-InformationAction <ActionPreference>]
[-InformationVariable <String>]
[<CommonParameters>]
Get-AzureServiceAvailableExtension
[-ExtensionName] <String>
[-ProviderNamespace] <String>
[-AllVersions]
[-Profile <AzureSMProfile>]
[-InformationAction <ActionPreference>]
[-InformationVariable <String>]
[<CommonParameters>]
Get-AzureServiceAvailableExtension
[-ExtensionName] <String>
[-ProviderNamespace] <String>
[-Version] <String>
[-Profile <AzureSMProfile>]
[-InformationAction <ActionPreference>]
[-InformationVariable <String>]
[<CommonParameters>]
説明
Get-AzureServiceAvailableExtension コマンドレットは、ホストされているサービスで使用可能な最新の拡張機能の情報を取得します。
例
例 1: 使用可能な拡張機能を取得する
PS C:\> Get-AzureServiceAvailableExtension
ProviderNameSpace : Microsoft.Windows.Azure.Extensions
ExtensionName : RDP
Version : 1.0
Label : Microsoft Azure Remote Desktop Extension
Description : Microsoft Azure Remote Desktop Extension
HostingResources : WebOrWorkerRole
ThumbprintAlgorithm : sha1
PublicConfigurationSchema : <?xml version="1.0" encoding="utf-8"?><xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:element name="PublicConfig"><xs:complexType><xs:sequence><xs:element
name="UserName" type="xs:string" minOccurs="1" /><xs:element name="Expiration" type="xs:string" minOccurs="1"
/></xs:sequence></xs:complexType></xs:element></xs:schema>
PrivateConfigurationSchema : <?xml version="1.0" encoding="utf-8"?><xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:element name="PrivateConfig"><xs:complexType><xs:sequence><xs:element
name="Password" type="xs:string" /></xs:sequence></xs:complexType></xs:element></xs:schema>
OperationDescription : Get-AzureServiceAvailableExtension
OperationId : xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
OperationStatus : Succeeded
このコマンドは、使用可能なすべての拡張機能を取得します。
例 2: 指定した名前空間の拡張機能を取得する
PS C:\> Get-AzureServiceAvailableExtension -ProviderNamespace Microsoft.Windows.Azure.Extensions -ExtensionName "RDP" -AllVersions
ProviderNameSpace : Microsoft.Windows.Azure.Extensions
ExtensionName : RDP
Version : 1.0.0.1
Label : Microsoft Azure Remote Desktop Extension
Description : Microsoft Azure Remote Desktop Extension
HostingResources : WebOrWorkerRole
ThumbprintAlgorithm : sha1
PublicConfigurationSchema : <?xml version="1.0" encoding="utf-8"?><xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:element name="PublicConfig"><xs:complexType><xs:sequence><xs:element
name="UserName" type="xs:string" minOccurs="1" /><xs:element name="Expiration" type="xs:string" minOccurs="1"
/></xs:sequence></xs:complexType></xs:element></xs:schema>
PrivateConfigurationSchema : <?xml version="1.0" encoding="utf-8"?><xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:element name="PrivateConfig"><xs:complexType><xs:sequence><xs:element
name="Password" type="xs:string" /></xs:sequence></xs:complexType></xs:element></xs:schema>
OperationDescription : Get-AzureServiceAvailableExtension
OperationId : xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
OperationStatus : Succeeded
このコマンドは、指定した名前空間内の指定した名前を持つ拡張機能を取得します。
例 3: 拡張機能の特定のバージョンを取得する
PS C:\> Get-AzureServiceAvailableExtension -ProviderNamespace Microsoft.Windows.Azure.Extensions -ExtensionName "RDP" -Version 1.0.0.1
ProviderNameSpace : Microsoft.Windows.Azure.Extensions
ExtensionName : RDP
Version : 1.0.0.1
Label : Microsoft Azure Remote Desktop Extension
Description : Microsoft Azure Remote Desktop Extension
HostingResources : WebOrWorkerRole
ThumbprintAlgorithm : sha1
PublicConfigurationSchema : <?xml version="1.0" encoding="utf-8"?><xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:element name="PublicConfig"><xs:complexType><xs:sequence><xs:element
name="UserName" type="xs:string" minOccurs="1" /><xs:element name="Expiration" type="xs:string" minOccurs="1"
/></xs:sequence></xs:complexType></xs:element></xs:schema>
PrivateConfigurationSchema : <?xml version="1.0" encoding="utf-8"?><xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:element name="PrivateConfig"><xs:complexType><xs:sequence><xs:element
name="Password" type="xs:string" /></xs:sequence></xs:complexType></xs:element></xs:schema>
OperationDescription : Get-AzureServiceAvailableExtension
OperationId : xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
OperationStatus : Succeeded
このコマンドは、拡張機能の特定のバージョンに関する情報を取得します。
パラメーター
-AllVersions
このコマンドレットが拡張機能のすべてのバージョンを取得することを示します。
型: | SwitchParameter |
配置: | 2 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-ExtensionName
拡張名を指定します。
型: | String |
配置: | 0 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-InformationAction
このコマンドレットが情報イベントに応答する方法を指定します。
このパラメーターの有効値は、次のとおりです。
- 続行
- Ignore
- Inquire
- SilentlyContinue
- 阻止
- [中断]
型: | ActionPreference |
Aliases: | infa |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-InformationVariable
情報変数を指定します。
型: | String |
Aliases: | iv |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Profile
このコマンドレットが読み取る Azure プロファイルを指定します。 プロファイルを指定しない場合、このコマンドレットはローカルの既定のプロファイルから読み取ります。
型: | AzureSMProfile |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ProviderNamespace
拡張機能プロバイダーの名前空間を指定します。
型: | String |
配置: | 1 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-Version
拡張機能のバージョンを指定します。
型: | String |
配置: | 2 |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |