Share via


HostedServiceOperationsExtensions.Update 메서드 (IHostedServiceOperations, String, HostedServiceUpdateParameters)

 

레이블 또는 구독에서 클라우드 서비스의 설명을 업데이트합니다.

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

구문

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

매개 변수

  • serviceName
    Type: System.String

    업데이트를 클라우드 서비스의 이름입니다.

반환 값

Type: Microsoft.Azure.AzureOperationResponse

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

설명

클라우드 서비스 속성을 업데이트 하는 방법에 대 한 자세한 내용은 다음 리소스를 참조 합니다.

참고 항목

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

맨 위로 이동