BillingPermissionsProperties Constructors

Definition

Overloads

BillingPermissionsProperties()

Initializes a new instance of the BillingPermissionsProperties class.

BillingPermissionsProperties(IList<String>, IList<String>)

Initializes a new instance of the BillingPermissionsProperties class.

BillingPermissionsProperties()

Initializes a new instance of the BillingPermissionsProperties class.

public BillingPermissionsProperties ();
Public Sub New ()

Applies to

BillingPermissionsProperties(IList<String>, IList<String>)

Initializes a new instance of the BillingPermissionsProperties class.

public BillingPermissionsProperties (System.Collections.Generic.IList<string> actions = default, System.Collections.Generic.IList<string> notActions = default);
new Microsoft.Azure.Management.Billing.Models.BillingPermissionsProperties : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Billing.Models.BillingPermissionsProperties
Public Sub New (Optional actions As IList(Of String) = Nothing, Optional notActions As IList(Of String) = Nothing)

Parameters

actions
IList<String>

The set of actions that the caller is allowed to perform.

notActions
IList<String>

The set of actions that the caller is not allowed to perform.

Applies to