Share via


ObjectReplicationPolicyCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • 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 Azure.NullableResponse<Azure.ResourceManager.Storage.ObjectReplicationPolicyResource> GetIfExists (string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Storage.ObjectReplicationPolicyResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Storage.ObjectReplicationPolicyResource>
Public Overridable Function GetIfExists (objectReplicationPolicyId As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of ObjectReplicationPolicyResource)

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