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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET