Поделиться через


SynapseAttachedDatabaseConfigurationData Class

Definition

A class representing the SynapseAttachedDatabaseConfiguration data model. Class representing an attached database configuration.

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

Constructors

SynapseAttachedDatabaseConfigurationData()

Initializes a new instance of SynapseAttachedDatabaseConfigurationData.

Properties

AttachedDatabaseNames

The list of databases from the clusterResourceId which are currently attached to the kusto pool.

DatabaseName

The name of the database which you would like to attach, use * if you want to follow all current and future databases.

DefaultPrincipalsModificationKind

The default principals modification kind.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
KustoPoolResourceId

The resource id of the kusto pool where the databases you would like to attach reside.

Location

Resource location.

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

The provisioned state of the resource.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TableLevelSharingProperties

Table level sharing specifications.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseAttachedDatabaseConfigurationData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseAttachedDatabaseConfigurationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseAttachedDatabaseConfigurationData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseAttachedDatabaseConfigurationData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseAttachedDatabaseConfigurationData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to