다음을 통해 공유


PoliciesOperationsExtensions.UpdateCustomer 메서드

정의

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

public static Microsoft.Azure.Management.Billing.Models.CustomerPolicy UpdateCustomer (this Microsoft.Azure.Management.Billing.IPoliciesOperations operations, string billingAccountName, string customerName, Microsoft.Azure.Management.Billing.Models.CustomerPolicy parameters);
static member UpdateCustomer : Microsoft.Azure.Management.Billing.IPoliciesOperations * string * string * Microsoft.Azure.Management.Billing.Models.CustomerPolicy -> Microsoft.Azure.Management.Billing.Models.CustomerPolicy
<Extension()>
Public Function UpdateCustomer (operations As IPoliciesOperations, billingAccountName As String, customerName As String, parameters As CustomerPolicy) As CustomerPolicy

매개 변수

operations
IPoliciesOperations

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

billingAccountName
String

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

customerName
String

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

parameters
CustomerPolicy

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

반환

적용 대상