Share via


PrivateDnsZoneGroupCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}/privateDnsZoneGroups/{privateDnsZoneGroupName}
  • Operation Id: PrivateDnsZoneGroups_Get
  • Default Api Version: 2023-09-01
  • Resource: PrivateDnsZoneGroupResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Network.PrivateDnsZoneGroupResource> GetIfExists (string privateDnsZoneGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.PrivateDnsZoneGroupResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.PrivateDnsZoneGroupResource>
Public Overridable Function GetIfExists (privateDnsZoneGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of PrivateDnsZoneGroupResource)

Parameters

privateDnsZoneGroupName
String

The name of the private dns zone group.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

privateDnsZoneGroupName is null.

Applies to