PrivateCloudsOperationsExtensions.BeginUpdateAsync 메서드

정의

프라이빗 클라우드 업데이트

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.PrivateCloud> BeginUpdateAsync (this Microsoft.Azure.Management.Avs.IPrivateCloudsOperations operations, string resourceGroupName, string privateCloudName, Microsoft.Azure.Management.Avs.Models.PrivateCloudUpdate privateCloudUpdate, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.Avs.IPrivateCloudsOperations * string * string * Microsoft.Azure.Management.Avs.Models.PrivateCloudUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.PrivateCloud>
<Extension()>
Public Function BeginUpdateAsync (operations As IPrivateCloudsOperations, resourceGroupName As String, privateCloudName As String, privateCloudUpdate As PrivateCloudUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateCloud)

매개 변수

operations
IPrivateCloudsOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

privateCloudName
String

프라이빗 클라우드의 이름

privateCloudUpdate
PrivateCloudUpdate

업데이트할 프라이빗 클라우드 속성

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상