PurviewAccountStatus Class

Definition

The account status.

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

Properties

AccountProvisioningState

Gets the account status code.

ErrorDetails

Gets the account error details.

Explicit Interface Implementations

IJsonModel<PurviewAccountStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PurviewAccountStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PurviewAccountStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PurviewAccountStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PurviewAccountStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to