Share via


RecoveryServicesDataReplicationExtensions.GetDataReplicationFabric Method

Definition

Gets the details of the fabric.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}
  • Operation Id: Fabric_Get
public static Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricResource> GetDataReplicationFabric (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string fabricName, System.Threading.CancellationToken cancellationToken = default);
static member GetDataReplicationFabric : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationFabricResource>
<Extension()>
Public Function GetDataReplicationFabric (resourceGroupResource As ResourceGroupResource, fabricName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DataReplicationFabricResource)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

fabricName
String

The fabric name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or fabricName is null.

fabricName is an empty string, and was expected to be non-empty.

Applies to