PurviewIngestionStorage Class

Definition

Ingestion Storage Account Info.

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

Constructors

PurviewIngestionStorage()

Initializes a new instance of PurviewIngestionStorage.

Properties

Id

Gets or sets the Id.

PrimaryEndpoint

Gets or sets the primary endpoint.

PublicNetworkAccess

Gets or sets the public network access setting.

Explicit Interface Implementations

IJsonModel<PurviewIngestionStorage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PurviewIngestionStorage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PurviewIngestionStorage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PurviewIngestionStorage>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PurviewIngestionStorage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to