次の方法で共有


DataReplicationVaultResource.GetDataReplicationEventAsync メソッド

定義

イベントの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/events/{eventName}
  • 操作IdEvent_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationEventResource>> GetDataReplicationEventAsync (string eventName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataReplicationEventAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationEventResource>>
override this.GetDataReplicationEventAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationEventResource>>
Public Overridable Function GetDataReplicationEventAsync (eventName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataReplicationEventResource))

パラメーター

eventName
String

イベントの名前です。

cancellationToken
CancellationToken

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

戻り値

例外

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

eventName が null です。

適用対象