BillingPermissionsProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)