Partager via


BillingRoleDefinitionProperties Class

Definition

The properties of a role definition.

public class BillingRoleDefinitionProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Models.BillingRoleDefinitionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Models.BillingRoleDefinitionProperties>
type BillingRoleDefinitionProperties = class
    interface IJsonModel<BillingRoleDefinitionProperties>
    interface IPersistableModel<BillingRoleDefinitionProperties>
Public Class BillingRoleDefinitionProperties
Implements IJsonModel(Of BillingRoleDefinitionProperties), IPersistableModel(Of BillingRoleDefinitionProperties)
Inheritance
BillingRoleDefinitionProperties
Implements

Constructors

BillingRoleDefinitionProperties(String)

Initializes a new instance of BillingRoleDefinitionProperties.

Properties

Description

The role description.

Permissions

The billingPermissions the role has.

RoleName

The name of the role.

Explicit Interface Implementations

IJsonModel<BillingRoleDefinitionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BillingRoleDefinitionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BillingRoleDefinitionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BillingRoleDefinitionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BillingRoleDefinitionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to