次の方法で共有


VirtualMachineOperationsExtensions.BeginRedeploying メソッド

定義

ロールの再デプロイの開始操作では、指定した仮想マシンが再デプロイされます。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/jj157197.aspx してください)

public static Microsoft.Azure.AzureOperationResponse BeginRedeploying (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations operations, string serviceName, string deploymentName, string virtualMachineName);
static member BeginRedeploying : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOperations * string * string * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function BeginRedeploying (operations As IVirtualMachineOperations, serviceName As String, deploymentName As String, virtualMachineName As String) As AzureOperationResponse

パラメーター

operations
IVirtualMachineOperations

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

serviceName
String

必須。 サービスの名前。

deploymentName
String

必須。 デプロイの名前。

virtualMachineName
String

必須。 再デプロイする仮想マシンの名前。

戻り値

Microsoft.Azure.AzureOperationResponse

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

適用対象