共用方式為


IVirtualMachineImages.GetImage Method

Definition

Overloads

GetImage(Region, String, String, String, String)

Gets a virtual machine image.

GetImage(String, String, String, String, String)

Gets a virtual machine image.

GetImage(Region, String, String, String, String)

Gets a virtual machine image.

public Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImage GetImage (Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region region, string publisherName, string offerName, string skuName, string version);
abstract member GetImage : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region * string * string * string * string -> Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImage
Public Function GetImage (region As Region, publisherName As String, offerName As String, skuName As String, version As String) As IVirtualMachineImage

Parameters

region
Region

The region.

publisherName
String

Publisher name.

offerName
String

Offer name.

skuName
String

SKU name.

version
String

Version name.

Returns

Applies to

GetImage(String, String, String, String, String)

Gets a virtual machine image.

public Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImage GetImage (string region, string publisherName, string offerName, string skuName, string version);
abstract member GetImage : string * string * string * string * string -> Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImage
Public Function GetImage (region As String, publisherName As String, offerName As String, skuName As String, version As String) As IVirtualMachineImage

Parameters

region
String

The region.

publisherName
String

Publisher name.

offerName
String

Offer name.

skuName
String

SKU name.

version
String

Version name.

Returns

Applies to