Get-AzsPlatformImage

発行元、オファー、SKU、バージョンに一致する特定のプラットフォーム イメージを返します。

構文

Get-AzsPlatformImage
   [-Location <String>]
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzsPlatformImage
   -Offer <String>
   -Publisher <String>
   -Sku <String>
   -Version <String>
   [-Location <String>]
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzsPlatformImage
   -INPUTOBJECT \<IComputeAdminIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

説明

発行元、オファー、SKU、バージョンに一致する特定のプラットフォーム イメージを返します。

-------------------------- 例 1 --------------------------

Get-AzsPlatformImage

BillingPartNumber : DataDisks : Id : /subscriptions/3ae476e5-83d3-429d-a450-2f4f2fc67c5e/providers/Microsoft.Compute.管理/locations/loc al/artifactTypes/platformImage/publishers/asdf/offers/asdf/skus/asdf/versions/1.0.0 Location : local Name : OsType : Windows OsUri : https://asdf.blob.local.azurestack.external/asdf/UbuntuServer.vhd?sv=2017-04-17&ss=bqt&srt=sco&sp=r wdlacup&se==2020-02-13T13:25:58Z&st=2020-02-13T05:25:58Z&spr=https ProvisioningState: Succeeded Type : Microsoft.Compute.管理/locations/artifactTypes/publishers/offers/skus/versions

--------------------------例 2 --------------------------

Get-AzsPlatformImage -Offer ExampleOffer -Publisher ExamplePublisher -Location local -Sku ExampleSku -Version 1.0.0

BillingPartNumber : DataDisks : Id : /subscriptions/3ae476e5-83d3-429d-a450-2f4f2fc67c5e/providers/Microsoft.Compute.管理/locations/local/artifa ctTypes/platformImage/publishers/ExamplePublisher/offers/ExampleOffer/skus/ExampleSku/versions/1.0.0 Location : local Name : OsType : Windows OsUri : https://asdf.blob.local.azurestack.external/asdf/UbuntuServer.vhd?sv=2017-04-17&ss=bqt&srt=sco&sp=rwdlacup&s e=2020-02-13T13:25:58Z&st=2020-02-13T05:25:58Z&spr=https ProvisioningState : Succeeded Type : Microsoft.Compute.管理/locations/artifactTypes/publishers/offers/skus/versions

パラメーター

-DefaultProfile

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

Type:PSObject
Aliases:AzureRMContext, AzureCredential
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-InputObject

ID パラメーターを作成するには、INPUTOBJECT プロパティの NOTES セクションを参照し、ハッシュ テーブルを作成します。

Type:Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.IComputeAdminIdentity
Position:Named
Default value:None
Accept pipeline input:True
Accept wildcard characters:False
-Location

リソースの場所。

Type:String
Position:Named
Default value:(Get-AzLocation)[0].Location
Accept pipeline input:False
Accept wildcard characters:False
-Offer

オファーの名前。

Type:String
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-Publisher

発行元の名前。

Type:String
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-Sku

SKU の名前です。

Type:String
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False
-SubscriptionId

Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。

Type:String[]
Position:Named
Default value:(Get-AzContext).Subscription.Id
Accept pipeline input:False
Accept wildcard characters:False
-Version

リソースのバージョンです。

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

入力

Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.IComputeAdminIdentity

出力

Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20151201Preview.IPlatformImage

メモ

別名

複合パラメーターのプロパティ

以下で説明するパラメーターを作成するには、適切なプロパティを含むハッシュ テーブルを作成します。 ハッシュ テーブルの詳細については、Get-Help about_Hash_Tablesを実行します。

INPUTOBJECT <IComputeAdminIdentity>: Identity パラメーター

  • [DiskId <String>]: ID としてのディスク GUID。
  • [FeatureName <String>]: 機能の名前。
  • [Id <String>]: リソース ID パス
  • [Location <String>]: リソースの場所。
  • [MigrationId <String>]: 移行ジョブの GUID 名。
  • [Offer <String>]: オファーの名前。
  • [Publisher <String>]: 発行元の名前。
  • [QuotaName <String>]: クォータの名前。
  • [ScaleUnitName <String>]: スケール ユニットの名前。
  • [Sku <String>]: SKU の名前。
  • [SubscriptionId <String>]: Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。
  • [Type <String>]: 拡張機能の種類。
  • [Version <String>]: リソースのバージョン。