Share via


ResourceGuardResource.GetDisableSoftDeleteObjectAsync Method

Definition

Returns collection of operation request objects for a critical operation protected by the given ResourceGuard resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/resourceGuards/{resourceGuardsName}/disableSoftDeleteRequests/{requestName}
  • Operation Id: ResourceGuards_GetDefaultDisableSoftDeleteRequestsObject
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataProtectionBackup.Models.ResourceGuardProtectedObjectData>> GetDisableSoftDeleteObjectAsync (string requestName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDisableSoftDeleteObjectAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataProtectionBackup.Models.ResourceGuardProtectedObjectData>>
override this.GetDisableSoftDeleteObjectAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataProtectionBackup.Models.ResourceGuardProtectedObjectData>>
Public Overridable Function GetDisableSoftDeleteObjectAsync (requestName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ResourceGuardProtectedObjectData))

Parameters

requestName
String

The String to use.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

requestName is null.

Applies to