Share via


DeploymentOperationsExtensions.BeginSwappingAsync 메서드 (IDeploymentOperations, String, DeploymentSwapParameters)

 

비동기적으로 서비스에 대 한 스테이징 및 프로덕션 배포 환경 사이의 가상 IP 주소 교체를 시작합니다.

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

구문

public static Task<AzureOperationResponse> BeginSwappingAsync(
    this IDeploymentOperations operations,
    string serviceName,
    DeploymentSwapParameters parameters
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ BeginSwappingAsync(
    IDeploymentOperations^ operations,
    String^ serviceName,
    DeploymentSwapParameters^ parameters
)
static member BeginSwappingAsync : 
        operations:IDeploymentOperations *
        serviceName:string *
        parameters:DeploymentSwapParameters -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function BeginSwappingAsync (
    operations As IDeploymentOperations,
    serviceName As String,
    parameters As DeploymentSwapParameters
) As Task(Of AzureOperationResponse)

매개 변수

  • serviceName
    Type: System.String

    대체 되는 배포를 포함 하는 클라우드 서비스의 이름입니다.

반환 값

Type: System.Threading.Tasks.Task<AzureOperationResponse>

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

설명

배포 교환에 대 한 자세한 내용은 다음 리소스를 참조 합니다.

참고 항목

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

맨 위로 이동