Поделиться через


DataReplicationFabricAgentCollection Class

Definition

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

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

Constructors

DataReplicationFabricAgentCollection()

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

Creates the fabric agent.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}/fabricAgents/{fabricAgentName}
  • Operation Id: FabricAgentModel_Create
  • Default Api Version: 2024-09-01
  • Resource: DataReplicationFabricAgentResource
CreateOrUpdateAsync(WaitUntil, String, DataReplicationFabricAgentData, CancellationToken)

Creates the fabric agent.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}/fabricAgents/{fabricAgentName}
  • Operation Id: FabricAgentModel_Create
  • Default Api Version: 2024-09-01
  • Resource: DataReplicationFabricAgentResource
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: FabricAgentModel_Get
  • Default Api Version: 2024-09-01
  • Resource: DataReplicationFabricAgentResource
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: FabricAgentModel_Get
  • Default Api Version: 2024-09-01
  • Resource: DataReplicationFabricAgentResource
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: FabricAgentModel_Get
  • Default Api Version: 2024-09-01
  • Resource: DataReplicationFabricAgentResource
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: FabricAgentModel_List
  • Default Api Version: 2024-09-01
  • Resource: DataReplicationFabricAgentResource
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: FabricAgentModel_List
  • Default Api Version: 2024-09-01
  • Resource: DataReplicationFabricAgentResource
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: FabricAgentModel_Get
  • Default Api Version: 2024-09-01
  • Resource: DataReplicationFabricAgentResource
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: FabricAgentModel_Get
  • Default Api Version: 2024-09-01
  • Resource: DataReplicationFabricAgentResource
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: FabricAgentModel_Get
  • Default Api Version: 2024-09-01
  • Resource: DataReplicationFabricAgentResource
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<DataReplicationFabricAgentResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<DataReplicationFabricAgentResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to