GenericResourceCollection.Exists Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET