Share via


MockableDataProtectionBackupResourceGroupResource.GetResourceGuardAsync Method

Definition

Returns a ResourceGuard belonging to a resource group.

  • 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.Response<Azure.ResourceManager.DataProtectionBackup.ResourceGuardResource>> GetResourceGuardAsync (string resourceGuardsName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetResourceGuardAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataProtectionBackup.ResourceGuardResource>>
override this.GetResourceGuardAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataProtectionBackup.ResourceGuardResource>>
Public Overridable Function GetResourceGuardAsync (resourceGuardsName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ResourceGuardResource))

Parameters

resourceGuardsName
String

The name of ResourceGuard.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGuardsName is null.

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

Applies to