GenericResourceCollection.Exists Method

Definition

Tries to get details for this resource from the service.

public virtual Azure.Response<bool> Exists (Azure.Core.ResourceIdentifier resourceId, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : Azure.Core.ResourceIdentifier * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : Azure.Core.ResourceIdentifier * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (resourceId As ResourceIdentifier, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

resourceId
ResourceIdentifier

The fully qualified ID of the resource, including the resource name and resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/{resource-provider-namespace}/{resource-type}/{resource-name}.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceId is null.

Applies to