次の方法で共有


DisasterRecoveryConfigsOperationsExtensions.GetAsync メソッド

定義

プライマリまたはセカンダリ名前空間のエイリアス (ディザスター リカバリー構成) を取得します

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.ArmDisasterRecovery> GetAsync (this Microsoft.Azure.Management.EventHub.IDisasterRecoveryConfigsOperations operations, string resourceGroupName, string namespaceName, string alias, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.EventHub.IDisasterRecoveryConfigsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.ArmDisasterRecovery>
<Extension()>
Public Function GetAsync (operations As IDisasterRecoveryConfigsOperations, resourceGroupName As String, namespaceName As String, alias As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmDisasterRecovery)

パラメーター

operations
IDisasterRecoveryConfigsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

namespaceName
String

名前空間名

alias
String

ディザスター リカバリー構成名

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象