Share via


ConnectedVMware.VirtualMachineTemplatesGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IVirtualMachineTemplate> VirtualMachineTemplatesGetWithResult(string subscriptionId, string resourceGroupName, string virtualMachineTemplateName, Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.ISendAsync sender);
member this.VirtualMachineTemplatesGetWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IVirtualMachineTemplate>
Public Function VirtualMachineTemplatesGetWithResult (subscriptionId As String, resourceGroupName As String, virtualMachineTemplateName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IVirtualMachineTemplate)

Parameters

subscriptionId
String
resourceGroupName
String
virtualMachineTemplateName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to