Show / Hide Table of Contents

Class IntegrationRuntimeManagedCatalogInfo

Inheritance
System.Object
IntegrationRuntimeManagedCatalogInfo
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class IntegrationRuntimeManagedCatalogInfo

Fields

View Source

AdministratorLogin

Administrator login name for the SQL Server.

Declaration
public readonly string AdministratorLogin
Field Value
Type Description
System.String
View Source

AdministratorPassword

Administrator login password for the SQL Server.

Declaration
public readonly string AdministratorPassword
Field Value
Type Description
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 readonly string PricingTier
Field Value
Type Description
System.String
View Source

ServerEndpoint

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

Declaration
public readonly string ServerEndpoint
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.