WorkloadNetworksOperationsExtensions.GetDhcp Method

Definition

Get dhcp by id in a private cloud workload network.

public static Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp GetDhcp (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string resourceGroupName, string dhcpId, string privateCloudName);
static member GetDhcp : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * string * string -> Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDhcp
<Extension()>
Public Function GetDhcp (operations As IWorkloadNetworksOperations, resourceGroupName As String, dhcpId As String, privateCloudName As String) As WorkloadNetworkDhcp

Parameters

operations
IWorkloadNetworksOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

dhcpId
String

NSX DHCP identifier. Generally the same as the DHCP display name

privateCloudName
String

Name of the private cloud

Returns

Applies to