Share via


WorkloadNetworkDhcpCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/workloadNetworks/default/dhcpConfigurations/{dhcpId}
  • Operation Id: WorkloadNetworks_GetDhcp
  • Default Api Version: 2023-03-01
  • Resource: WorkloadNetworkDhcpResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Avs.WorkloadNetworkDhcpResource> GetIfExists (string dhcpId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Avs.WorkloadNetworkDhcpResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Avs.WorkloadNetworkDhcpResource>
Public Overridable Function GetIfExists (dhcpId As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of WorkloadNetworkDhcpResource)

Parameters

dhcpId
String

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

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

dhcpId is an empty string, and was expected to be non-empty.

dhcpId is null.

Applies to