DataReplicationPolicyCollection Class

Definition

A class representing a collection of DataReplicationPolicyResource and their operations. Each DataReplicationPolicyResource in the collection will belong to the same instance of DataReplicationVaultResource. To get a DataReplicationPolicyCollection instance call the GetDataReplicationPolicies method from an instance of DataReplicationVaultResource.

public class DataReplicationPolicyCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationPolicyResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationPolicyResource>
type DataReplicationPolicyCollection = class
    inherit ArmCollection
    interface seq<DataReplicationPolicyResource>
    interface IEnumerable
    interface IAsyncEnumerable<DataReplicationPolicyResource>
Public Class DataReplicationPolicyCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of DataReplicationPolicyResource), IEnumerable(Of DataReplicationPolicyResource)
Inheritance
DataReplicationPolicyCollection
Implements

Constructors

DataReplicationPolicyCollection()

Initializes a new instance of the DataReplicationPolicyCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, DataReplicationPolicyData, CancellationToken)

Creates the policy.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/replicationPolicies/{policyName}
  • Operation Id: Policy_Create
CreateOrUpdateAsync(WaitUntil, String, DataReplicationPolicyData, CancellationToken)

Creates the policy.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/replicationPolicies/{policyName}
  • Operation Id: Policy_Create
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/replicationPolicies/{policyName}
  • Operation Id: Policy_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/replicationPolicies/{policyName}
  • Operation Id: Policy_Get
Get(String, CancellationToken)

Gets the details of the policy.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/replicationPolicies/{policyName}
  • Operation Id: Policy_Get
GetAll(CancellationToken)

Gets the list of policies in the given vault.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/replicationPolicies
  • Operation Id: Policy_List
GetAllAsync(CancellationToken)

Gets the list of policies in the given vault.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/replicationPolicies
  • Operation Id: Policy_List
GetAsync(String, CancellationToken)

Gets the details of the policy.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/replicationPolicies/{policyName}
  • Operation Id: Policy_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/replicationPolicies/{policyName}
  • Operation Id: Policy_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/replicationPolicies/{policyName}
  • Operation Id: Policy_Get
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<DataReplicationPolicyResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<DataReplicationPolicyResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to