BillingRoleDefinition 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
BillingRoleDefinition() |
Initializes a new instance of the BillingRoleDefinition class. |
BillingRoleDefinition(String, String, String, String, IList<BillingPermissionsProperties>, String) |
Initializes a new instance of the BillingRoleDefinition class. |
BillingRoleDefinition()
Initializes a new instance of the BillingRoleDefinition class.
public BillingRoleDefinition ();
Public Sub New ()
Applies to
BillingRoleDefinition(String, String, String, String, IList<BillingPermissionsProperties>, String)
Initializes a new instance of the BillingRoleDefinition class.
public BillingRoleDefinition (string id = default, string name = default, string type = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.BillingPermissionsProperties> permissions = default, string roleName = default);
new Microsoft.Azure.Management.Billing.Models.BillingRoleDefinition : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.BillingPermissionsProperties> * string -> Microsoft.Azure.Management.Billing.Models.BillingRoleDefinition
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional description As String = Nothing, Optional permissions As IList(Of BillingPermissionsProperties) = Nothing, Optional roleName As String = Nothing)
Parameters
- id
- String
Resource Id.
- name
- String
Resource name.
- type
- String
Resource type.
- description
- String
The role description
- permissions
- IList<BillingPermissionsProperties>
The billingPermissions the role has
- roleName
- String
The name of the role
Applies to
Azure SDK for .NET