BillingRoleDefinition Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
BillingRoleDefinition() |
Initialiseert een nieuw exemplaar van de klasse BillingRoleDefinition. |
BillingRoleDefinition(String, String, String, String, IList<BillingPermissionsProperties>, String) |
Initialiseert een nieuw exemplaar van de klasse BillingRoleDefinition. |
BillingRoleDefinition()
Initialiseert een nieuw exemplaar van de klasse BillingRoleDefinition.
public BillingRoleDefinition ();
Public Sub New ()
Van toepassing op
BillingRoleDefinition(String, String, String, String, IList<BillingPermissionsProperties>, String)
Initialiseert een nieuw exemplaar van de klasse BillingRoleDefinition.
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
Resourcenaam.
- type
- String
Resourcetype.
- description
- String
De beschrijving van de rol
- permissions
- IList<BillingPermissionsProperties>
De billingMachtigingen die de rol heeft
- roleName
- String
De naam van de rol
Van toepassing op
Azure SDK for .NET