다음을 통해 공유


ObjectReplicationPolicyCollection.ExistsAsync Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/objectReplicationPolicies/{objectReplicationPolicyId}
  • Operation Id: ObjectReplicationPolicies_Get
  • Default Api Version: 2023-05-01
  • Resource: ObjectReplicationPolicyResource
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (objectReplicationPolicyId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parameters

objectReplicationPolicyId
String

For the destination account, provide the value 'default'. Configure the policy on the destination account first. For the source account, provide the value of the policy ID that is returned when you download the policy that was defined on the destination account. The policy is downloaded as a JSON file.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

objectReplicationPolicyId is null.

Applies to