Bagikan melalui


DataReplicationVaultResource.GetDataReplicationPolicyAsync Method

Definition

Gets the details of the policy.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/replicationPolicies/{policyName}
  • Operation Id: Policy_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationPolicyResource>> GetDataReplicationPolicyAsync (string policyName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataReplicationPolicyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationPolicyResource>>
override this.GetDataReplicationPolicyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationPolicyResource>>
Public Overridable Function GetDataReplicationPolicyAsync (policyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataReplicationPolicyResource))

Parameters

policyName
String

The policy name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

policyName is null.

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

Applies to