BillingRoleAssignment Class

Definition

The role assignment

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

Constructors

BillingRoleAssignment()

Initializes a new instance of the BillingRoleAssignment class.

BillingRoleAssignment(String, String, String, String, String, String, String, String, String, String, String, String, String)

Initializes a new instance of the BillingRoleAssignment class.

Properties

CreatedByPrincipalId

Gets the principal Id of the user who created the role assignment.

CreatedByPrincipalTenantId

Gets the tenant Id of the user who created the role assignment.

CreatedByUserEmailAddress

Gets the email address of the user who created the role assignment.

CreatedOn

Gets the date the role assignment was created.

Id

Gets resource Id.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
PrincipalId

Gets or sets the principal id of the user to whom the role was assigned.

PrincipalTenantId

Gets or sets the principal tenant id of the user to whom the role was assigned.

RoleDefinitionId

Gets or sets the ID of the role definition.

Scope

Gets the scope at which the role was assigned.

Type

Gets resource type.

(Inherited from Resource)
UserAuthenticationType

Gets or sets the authentication type.

UserEmailAddress

Gets or sets the email address of the user.

Applies to