BackupProtectedItemCollection.Exists Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}
  • Operation Id: ProtectedItems_Get
public virtual Azure.Response<bool> Exists (string protectedItemName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (protectedItemName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

protectedItemName
String

Backed up item name whose details are to be fetched.

filter
String

OData filter options.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

protectedItemName is null.

Applies to