Class IntegrationRuntimeManagedCustomSetupScriptArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.DataFactory.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class IntegrationRuntimeManagedCustomSetupScriptArgs : ResourceArgs
Constructors
View SourceIntegrationRuntimeManagedCustomSetupScriptArgs()
Declaration
public IntegrationRuntimeManagedCustomSetupScriptArgs()
Properties
View SourceBlobContainerUri
The blob endpoint for the container which contains a custom setup script that will be run on every node on startup. See https://docs.microsoft.com/en-us/azure/data-factory/how-to-configure-azure-ssis-ir-custom-setup for more information.
Declaration
public Input<string> BlobContainerUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SasToken
A container SAS token that gives access to the files. See https://docs.microsoft.com/en-us/azure/data-factory/how-to-configure-azure-ssis-ir-custom-setup for more information.
Declaration
public Input<string> SasToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |