PurviewAccountEndpoint Class

Definition

The account endpoints.

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

Properties

Catalog

Gets the catalog endpoint.

Scan

Gets the scan endpoint.

Explicit Interface Implementations

IJsonModel<PurviewAccountEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PurviewAccountEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PurviewAccountEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PurviewAccountEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PurviewAccountEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to