DataReplicationDraCollection Class

Definition

A class representing a collection of DataReplicationDraResource and their operations. Each DataReplicationDraResource in the collection will belong to the same instance of DataReplicationFabricResource. To get a DataReplicationDraCollection instance call the GetDataReplicationDras method from an instance of DataReplicationFabricResource.

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

Constructors

DataReplicationDraCollection()

Initializes a new instance of the DataReplicationDraCollection 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, DataReplicationDraData, CancellationToken)

Creates the fabric agent.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}/fabricAgents/{fabricAgentName}
  • Operation Id: Dra_Create
CreateOrUpdateAsync(WaitUntil, String, DataReplicationDraData, CancellationToken)

Creates the fabric agent.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}/fabricAgents/{fabricAgentName}
  • Operation Id: Dra_Create
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}/fabricAgents/{fabricAgentName}
  • Operation Id: Dra_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}/fabricAgents/{fabricAgentName}
  • Operation Id: Dra_Get
Get(String, CancellationToken)

Gets the details of the fabric agent.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}/fabricAgents/{fabricAgentName}
  • Operation Id: Dra_Get
GetAll(CancellationToken)

Gets the list of fabric agents in the given fabric.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}/fabricAgents
  • Operation Id: Dra_List
GetAllAsync(CancellationToken)

Gets the list of fabric agents in the given fabric.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}/fabricAgents
  • Operation Id: Dra_List
GetAsync(String, CancellationToken)

Gets the details of the fabric agent.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}/fabricAgents/{fabricAgentName}
  • Operation Id: Dra_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}/fabricAgents/{fabricAgentName}
  • Operation Id: Dra_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}/fabricAgents/{fabricAgentName}
  • Operation Id: Dra_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<DataReplicationDraResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<DataReplicationDraResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to