Sdílet prostřednictvím


SynapseIntegrationRuntimeCustomSetupScriptProperties Class

Definition

Custom setup script properties for a managed dedicated integration runtime.

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

Constructors

SynapseIntegrationRuntimeCustomSetupScriptProperties()

Initializes a new instance of SynapseIntegrationRuntimeCustomSetupScriptProperties.

Properties

BlobContainerUri

The URI of the Azure blob container that contains the custom setup script.

SasToken

The SAS token of the Azure blob container.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SynapseIntegrationRuntimeCustomSetupScriptProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SynapseIntegrationRuntimeCustomSetupScriptProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SynapseIntegrationRuntimeCustomSetupScriptProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SynapseIntegrationRuntimeCustomSetupScriptProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SynapseIntegrationRuntimeCustomSetupScriptProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to