Show / Hide Table of Contents

Class IntegrationRuntimeManagedCatalogInfoArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IntegrationRuntimeManagedCatalogInfoArgs
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 IntegrationRuntimeManagedCatalogInfoArgs : ResourceArgs

Constructors

View Source

IntegrationRuntimeManagedCatalogInfoArgs()

Declaration
public IntegrationRuntimeManagedCatalogInfoArgs()

Properties

View Source

AdministratorLogin

Administrator login name for the SQL Server.

Declaration
public Input<string> AdministratorLogin { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AdministratorPassword

Administrator login password for the SQL Server.

Declaration
public Input<string> AdministratorPassword { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PricingTier

Pricing tier for the database that will be created for the SSIS catalog. Valid values are: Basic, Standard, Premium and PremiumRS.

Declaration
public Input<string> PricingTier { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServerEndpoint

The endpoint of an Azure SQL Server that will be used to host the SSIS catalog.

Declaration
public Input<string> ServerEndpoint { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.