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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET