IVirtualMachineImages.GetImage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET