次の方法で共有


RecoveryServicesDataReplicationExtensions.GetDataReplicationFabric メソッド

定義

ファブリックの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationFabrics/{fabricName}
  • 操作IdFabric_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)

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行されるインスタンス。

fabricName
String

ファブリック名。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

fabricName は空の文字列であり、空でないと予想されていました。

fabricName が null です。

適用対象