Udostępnij przez


SynapseIntegrationRuntimeSsisCatalogInfo Class

Definition

Catalog information for managed dedicated integration runtime.

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

Constructors

Name Description
SynapseIntegrationRuntimeSsisCatalogInfo()

Initializes a new instance of SynapseIntegrationRuntimeSsisCatalogInfo.

Properties

Name Description
AdditionalProperties

Additional Properties

To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

CatalogAdminPassword

The password of the administrator user account of the catalog database.

CatalogAdminUserName

The administrator user name of catalog database.

CatalogPricingTier

The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/.

CatalogServerEndpoint

The catalog database server URL.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SynapseIntegrationRuntimeSsisCatalogInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseIntegrationRuntimeSsisCatalogInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseIntegrationRuntimeSsisCatalogInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseIntegrationRuntimeSsisCatalogInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseIntegrationRuntimeSsisCatalogInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to