Compartir a través de


GraphServicesAccountResourceProperties Class

Definition

Property bag from billing account.

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

Constructors

GraphServicesAccountResourceProperties(String)

Initializes a new instance of GraphServicesAccountResourceProperties.

Properties

AppId

Customer owned application ID.

BillingPlanId

Billing Plan Id.

ProvisioningState

Provisioning state.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GraphServicesAccountResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GraphServicesAccountResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GraphServicesAccountResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GraphServicesAccountResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GraphServicesAccountResourceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to