IntegrationRuntimeCustomSetupScriptProperties Class

Definition

Custom setup script properties for a managed dedicated integration runtime.

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

Constructors

IntegrationRuntimeCustomSetupScriptProperties()

Initializes a new instance of IntegrationRuntimeCustomSetupScriptProperties.

Properties

BlobContainerUri

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

SasToken

The SAS token of the Azure blob container.

Explicit Interface Implementations

IJsonModel<IntegrationRuntimeCustomSetupScriptProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationRuntimeCustomSetupScriptProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationRuntimeCustomSetupScriptProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationRuntimeCustomSetupScriptProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationRuntimeCustomSetupScriptProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to