Share via


ConnectedVMware.ResourcePoolsCreateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IResourcePool> ResourcePoolsCreateWithResult(string subscriptionId, string resourceGroupName, string resourcePoolName, Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IResourcePool body, Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.ResourcePoolsCreateWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IResourcePool * Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IResourcePool>
Public Function ResourcePoolsCreateWithResult (subscriptionId As String, resourceGroupName As String, resourcePoolName As String, body As IResourcePool, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IResourcePool)

Parameters

subscriptionId
String
resourceGroupName
String
resourcePoolName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to