VMware.WorkloadNetworksGetDhcp(String, String, String, String, Func<HttpResponseMessage,Task<IWorkloadNetworkDhcp>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync) Method

Definition

public System.Threading.Tasks.Task WorkloadNetworksGetDhcp (string subscriptionId, string resourceGroupName, string dhcpId, string privateCloudName, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20210601.IWorkloadNetworkDhcp>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20210601.ICloudError>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.ISendAsync sender);
member this.WorkloadNetworksGetDhcp : string * string * string * string * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20210601.IWorkloadNetworkDhcp>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20210601.ICloudError>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function WorkloadNetworksGetDhcp (subscriptionId As String, resourceGroupName As String, dhcpId As String, privateCloudName As String, onOk As Func(Of HttpResponseMessage, Task(Of IWorkloadNetworkDhcp), Task), onDefault As Func(Of HttpResponseMessage, Task(Of ICloudError), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

subscriptionId
String
resourceGroupName
String
dhcpId
String
privateCloudName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Task

Applies to