PoliciesOperationsExtensions.Update Method

Definition

Updates the policies for a billing profile. This operation is supported only for billing accounts with agreement type Microsoft Customer Agreement.

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

Parameters

operations
IPoliciesOperations

The operations group for this extension method.

billingAccountName
String

The ID that uniquely identifies a billing account.

billingProfileName
String

The ID that uniquely identifies a billing profile.

parameters
Policy

Request parameters that are provided to the update policies operation.

Returns

Applies to