次の方法で共有


VirtualMachineGalleryApplication(String) コンストラクター

定義

VirtualMachineGalleryApplication の新しいインスタンスを初期化します。

public VirtualMachineGalleryApplication (string packageReferenceId);
new Azure.ResourceManager.Compute.Models.VirtualMachineGalleryApplication : string -> Azure.ResourceManager.Compute.Models.VirtualMachineGalleryApplication
Public Sub New (packageReferenceId As String)

パラメーター

packageReferenceId
String

/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleryName}/applications/{application}/versions/{version} の形式で GalleryApplicationVersion リソース ID を指定します。

例外

packageReferenceId が null です。

適用対象