Dela via


SynapseDataLakeStorageAccountDetails Class

Definition

Details of the data lake storage account associated with the workspace.

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

Constructors

SynapseDataLakeStorageAccountDetails()

Initializes a new instance of SynapseDataLakeStorageAccountDetails.

Properties

AccountUri

Account URL.

CreateManagedPrivateEndpoint

Create managed private endpoint to this storage account or not.

Filesystem

Filesystem name.

ResourceId

ARM resource Id of this storage account.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseDataLakeStorageAccountDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseDataLakeStorageAccountDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseDataLakeStorageAccountDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseDataLakeStorageAccountDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseDataLakeStorageAccountDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to