VirtualMachineExtensionImagesOperationsExtensions.Get 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.
Gets a virtual machine extension image.
public static Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionImage Get (this Microsoft.Azure.Management.Compute.IVirtualMachineExtensionImagesOperations operations, string location, string publisherName, string type, string version);
static member Get : Microsoft.Azure.Management.Compute.IVirtualMachineExtensionImagesOperations * string * string * string * string -> Microsoft.Azure.Management.Compute.Models.VirtualMachineExtensionImage
<Extension()>
Public Function Get (operations As IVirtualMachineExtensionImagesOperations, location As String, publisherName As String, type As String, version As String) As VirtualMachineExtensionImage
Parameters
- operations
- IVirtualMachineExtensionImagesOperations
The operations group for this extension method.
- location
- String
The name of a supported Azure region.
- publisherName
- String
- type
- String
- version
- String
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET