IntegrationRuntimeCustomSetupScriptProperties Class

Definition

Custom setup script properties for a managed dedicated integration runtime.

public class IntegrationRuntimeCustomSetupScriptProperties
type IntegrationRuntimeCustomSetupScriptProperties = class
Public Class IntegrationRuntimeCustomSetupScriptProperties
Inheritance
IntegrationRuntimeCustomSetupScriptProperties

Constructors

IntegrationRuntimeCustomSetupScriptProperties()

Initializes a new instance of the IntegrationRuntimeCustomSetupScriptProperties class.

IntegrationRuntimeCustomSetupScriptProperties(String, SecureString)

Initializes a new instance of the IntegrationRuntimeCustomSetupScriptProperties class.

Properties

BlobContainerUri

Gets or sets the URI of the Azure blob container that contains the custom setup script.

SasToken

Gets or sets the SAS token of the Azure blob container.

Methods

Validate()

Validate the object.

Applies to