BillingRoleDefinition Class

Definition

The properties of a role definition.

[Microsoft.Rest.Serialization.JsonTransformation]
public class BillingRoleDefinition : Microsoft.Azure.Management.Billing.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BillingRoleDefinition = class
    inherit Resource
Public Class BillingRoleDefinition
Inherits Resource
Inheritance
BillingRoleDefinition
Attributes

Constructors

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.

Properties

Description

Gets the role description

Id

Gets resource Id.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
Permissions

Gets or sets the billingPermissions the role has

RoleName

Gets the name of the role

Type

Gets resource type.

(Inherited from Resource)

Applies to