DataReplicationFabricResource.Get(CancellationToken) Method

Definition

Gets the details of the fabric.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}
  • Operation Id: Fabric_Get
public virtual Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of DataReplicationFabricResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to