NotificationHubsPrivateLinkResourceCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateLinkResources/{subResourceName}
  • Operation Id: PrivateEndpointConnections_GetGroupId
  • Default Api Version: 2023-10-01-preview
  • Resource: NotificationHubsPrivateLinkResource
public virtual Azure.NullableResponse<Azure.ResourceManager.NotificationHubs.NotificationHubsPrivateLinkResource> GetIfExists (string subResourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.NotificationHubs.NotificationHubsPrivateLinkResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.NotificationHubs.NotificationHubsPrivateLinkResource>
Public Overridable Function GetIfExists (subResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of NotificationHubsPrivateLinkResource)

Parameters

subResourceName
String

Name of the Private Link sub-resource. The only supported sub-resource is "namespace".

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

subResourceName is null.

Applies to