Udostępnij za pośrednictwem


WorkloadNetworkDnsZoneCollection.GetIfExists 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/dnsZones/{dnsZoneId}
  • Operation Id: WorkloadNetworks_GetDnsZone
  • Default Api Version: 2023-09-01
  • Resource: WorkloadNetworkDnsZoneResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Avs.WorkloadNetworkDnsZoneResource> GetIfExists (string dnsZoneId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Avs.WorkloadNetworkDnsZoneResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Avs.WorkloadNetworkDnsZoneResource>
Public Overridable Function GetIfExists (dnsZoneId As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of WorkloadNetworkDnsZoneResource)

Parameters

dnsZoneId
String

ID of the DNS zone.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

dnsZoneId is null.

Applies to