다음을 통해 공유


PoliciesOperationsExtensions.UpdateCustomerAsync 메서드

정의

고객에 대한 정책을 업데이트. 이 작업은 계약 유형이 Microsoft 파트너 계약 청구 계정에 대해서만 지원됩니다.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.CustomerPolicy> UpdateCustomerAsync (this Microsoft.Azure.Management.Billing.IPoliciesOperations operations, string billingAccountName, string customerName, Microsoft.Azure.Management.Billing.Models.CustomerPolicy parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateCustomerAsync : Microsoft.Azure.Management.Billing.IPoliciesOperations * string * string * Microsoft.Azure.Management.Billing.Models.CustomerPolicy * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Billing.Models.CustomerPolicy>
<Extension()>
Public Function UpdateCustomerAsync (operations As IPoliciesOperations, billingAccountName As String, customerName As String, parameters As CustomerPolicy, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CustomerPolicy)

매개 변수

operations
IPoliciesOperations

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

billingAccountName
String

청구 계정을 고유하게 식별하는 ID입니다.

customerName
String

고객을 고유하게 식별하는 ID입니다.

parameters
CustomerPolicy

업데이트 정책 작업에 제공되는 요청 매개 변수입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상