PoliciesOperationsExtensions.UpdateCustomer 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
更新客戶的原則。 只有合約類型為 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
可唯一識別計費帳戶的識別碼。
- customerName
- String
可唯一識別客戶的識別碼。
- parameters
- CustomerPolicy
提供給更新原則作業的要求參數。