次の方法で共有


VNetOperationsExtensions.GetResetVpnSharedKeyOperationStatusAsync メソッド

定義

ResetVpnSharedKey から呼び出しの状態を取得します。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetOperationStatusResult> GetResetVpnSharedKeyOperationStatusAsync(this Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations operations, string trackingId);
static member GetResetVpnSharedKeyOperationStatusAsync : Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetOperationStatusResult>
<Extension()>
Public Function GetResetVpnSharedKeyOperationStatusAsync (operations As IVNetOperations, trackingId As String) As Task(Of VNetOperationStatusResult)

パラメーター

operations
IVNetOperations

Microsoft.WindowsAzure.Management.RemoteApp.IVNetOperations への参照。

trackingId
String

必須。 ResetVpnSharedKey によって返される追跡 ID

戻り値

実行時間の長い操作の現在の状態。

適用対象