次の方法で共有


VirtualMachineOperationsExtensions.GetAsync メソッド

定義

ロールの取得操作は、指定された仮想マシンに関する情報を取得します。 (詳細については、 を参照してください http://msdn.microsoft.com/en-us/library/windowsazure/jj157193.aspx )

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);
static member GetAsync : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineGetResponse>
<Extension()>
Public Function GetAsync (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As Task(Of VirtualMachineGetResponse)

パラメーター

operations
IVirtualMachineOperations

Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations への参照。

serviceName
String

必須。 サービスの名前。

deploymentName
String

必須。 デプロイの名前。

virtualMachineName
String

必須。 仮想マシンの名前。

戻り値

仮想マシンの取得操作の応答。

適用対象