다음을 통해 공유


VirtualMachineOperationsExtensions.BeginCreatingDeployment 메서드 (IVirtualMachineOperations, String, VirtualMachineCreateDeploymentParameters)

 

만들기 또는 새 가상 컴퓨터 배포를 시작합니다.

네임스페이스:   Microsoft.WindowsAzure.Management.Compute
어셈블리:  Microsoft.WindowsAzure.Management.Compute.dll의 Microsoft.WindowsAzure.Management.Compute

구문

public static AzureOperationResponse BeginCreatingDeployment(
    this IVirtualMachineOperations operations,
    string serviceName,
    VirtualMachineCreateDeploymentParameters parameters
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ BeginCreatingDeployment(
    IVirtualMachineOperations^ operations,
    String^ serviceName,
    VirtualMachineCreateDeploymentParameters^ parameters
)
static member BeginCreatingDeployment : 
        operations:IVirtualMachineOperations *
        serviceName:string *
        parameters:VirtualMachineCreateDeploymentParameters -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function BeginCreatingDeployment (
    operations As IVirtualMachineOperations,
    serviceName As String,
    parameters As VirtualMachineCreateDeploymentParameters
) As AzureOperationResponse

매개 변수

  • serviceName
    Type: System.String

    가상 컴퓨터를 배포 해야 클라우드 서비스의 이름입니다.

반환 값

Type: Microsoft.Azure.AzureOperationResponse

HTTP 상태 코드 및 요청 ID를 포함 하는 OperationResponse 개체

설명

가상 컴퓨터를 만드는 방법에 대 한 자세한 내용은 다음 리소스를 참조 합니다.

참고 항목

VirtualMachineOperationsExtensions 클래스
Microsoft.WindowsAzure.Management.Compute 네임스페이스

맨 위로 이동