Udostępnij za pośrednictwem


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-09-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

The ID of the DHCP configuration.

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