CustomerPolicy Constructors

Definition

Overloads

CustomerPolicy()

Initializes a new instance of the CustomerPolicy class.

CustomerPolicy(String, String, String, String)

Initializes a new instance of the CustomerPolicy class.

CustomerPolicy()

Initializes a new instance of the CustomerPolicy class.

public CustomerPolicy ();
Public Sub New ()

Applies to

CustomerPolicy(String, String, String, String)

Initializes a new instance of the CustomerPolicy class.

public CustomerPolicy (string id = default, string name = default, string type = default, string viewCharges = default);
new Microsoft.Azure.Management.Billing.Models.CustomerPolicy : string * string * string * string -> Microsoft.Azure.Management.Billing.Models.CustomerPolicy
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional viewCharges As String = Nothing)

Parameters

id
String

Resource Id.

name
String

Resource name.

type
String

Resource type.

viewCharges
String

The policy that controls whether the users in customer's organization can view charges at pay-as-you-go prices. Possible values include: 'Allowed', 'NotAllowed'

Applies to