次の方法で共有


VirtualMachineOperationsExtensions.BeginUpdatingAsync メソッド

定義

[ロールの更新の開始] 操作では、既存のデプロイに仮想マシンが追加されます。 (詳細については、 を参照してください http://msdn.microsoft.com/en-us/library/windowsazure/jj157187.aspx )

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

パラメーター

operations
IVirtualMachineOperations

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

serviceName
String

必須。 サービスの名前。

deploymentName
String

必須。 デプロイの名前。

virtualMachineName
String

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

parameters
VirtualMachineUpdateParameters

必須。 仮想マシンの更新開始操作に指定されたパラメーター。

戻り値

Task<Microsoft.Azure.AzureOperationResponse>

HTTP 状態コードと要求 ID を含む標準のサービス応答。

適用対象