次の方法で共有


MockableRecoveryServicesDataReplicationSubscriptionResource.GetDataReplicationFabricsAsync Method

Definition

Overloads

GetDataReplicationFabricsAsync(CancellationToken)

Gets the list of fabrics in the given subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataReplication/replicationFabrics
  • Operation Id: FabricModel_ListBySubscription
  • Default Api Version: 2024-09-01
  • Resource: DataReplicationFabricResource
GetDataReplicationFabricsAsync(String, CancellationToken)

Gets the list of fabrics in the given subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataReplication/replicationFabrics
  • Operation Id: Fabric_ListBySubscription
  • Default Api Version: 2021-02-16-preview
  • Resource: DataReplicationFabricResource

GetDataReplicationFabricsAsync(CancellationToken)

Source:
MockableRecoveryServicesDataReplicationSubscriptionResource.cs

Gets the list of fabrics in the given subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataReplication/replicationFabrics
  • Operation Id: FabricModel_ListBySubscription
  • Default Api Version: 2024-09-01
  • Resource: DataReplicationFabricResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricResource> GetDataReplicationFabricsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataReplicationFabricsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricResource>
override this.GetDataReplicationFabricsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricResource>
Public Overridable Function GetDataReplicationFabricsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataReplicationFabricResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of DataReplicationFabricResource that may take multiple service requests to iterate over.

Applies to

GetDataReplicationFabricsAsync(String, CancellationToken)

Source:
MockableRecoveryServicesDataReplicationSubscriptionResource.cs

Gets the list of fabrics in the given subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataReplication/replicationFabrics
  • Operation Id: Fabric_ListBySubscription
  • Default Api Version: 2021-02-16-preview
  • Resource: DataReplicationFabricResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricResource> GetDataReplicationFabricsAsync(string continuationToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataReplicationFabricsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricResource>
override this.GetDataReplicationFabricsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricResource>
Public Overridable Function GetDataReplicationFabricsAsync (Optional continuationToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataReplicationFabricResource)

Parameters

continuationToken
String

Continuation token from the previous call.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of DataReplicationFabricResource that may take multiple service requests to iterate over.

Applies to