Share via


IntegrationRuntimeCustomSetupScriptProperties Class

Definition

Custom setup script properties for a managed dedicated integration runtime.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeCustomSetupScriptProperties+IntegrationRuntimeCustomSetupScriptPropertiesConverter))]
public class IntegrationRuntimeCustomSetupScriptProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.IntegrationRuntimeCustomSetupScriptProperties+IntegrationRuntimeCustomSetupScriptPropertiesConverter))>]
type IntegrationRuntimeCustomSetupScriptProperties = class
Public Class IntegrationRuntimeCustomSetupScriptProperties
Inheritance
IntegrationRuntimeCustomSetupScriptProperties
Attributes

Constructors

Name Description
IntegrationRuntimeCustomSetupScriptProperties()

Initializes a new instance of IntegrationRuntimeCustomSetupScriptProperties.

Properties

Name Description
BlobContainerUri

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

SasToken

The SAS token of the Azure blob container.

Applies to