Share via


ResourceGuardCollection.GetIfExistsAsync(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/resourceGuards/{resourceGuardsName}
  • Operation Id: ResourceGuards_Get
  • Default Api Version: 2024-04-01
  • Resource: ResourceGuardResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DataProtectionBackup.ResourceGuardResource>> GetIfExistsAsync (string resourceGuardsName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DataProtectionBackup.ResourceGuardResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DataProtectionBackup.ResourceGuardResource>>
Public Overridable Function GetIfExistsAsync (resourceGuardsName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of ResourceGuardResource))

Parameters

resourceGuardsName
String

The name of ResourceGuard.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

resourceGuardsName is null.

Applies to