Show / Hide Table of Contents

Class IntegrationRuntimeManagedCustomSetupScriptGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IntegrationRuntimeManagedCustomSetupScriptGetArgs
Inherited Members
ResourceArgs.Empty
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 IntegrationRuntimeManagedCustomSetupScriptGetArgs : ResourceArgs

Constructors

View Source

IntegrationRuntimeManagedCustomSetupScriptGetArgs()

Declaration
public IntegrationRuntimeManagedCustomSetupScriptGetArgs()

Properties

View Source

BlobContainerUri

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.