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 SourceAdministratorLogin
Administrator login name for the SQL Server.
Declaration
public readonly string AdministratorLogin
Field Value
| Type | Description |
|---|---|
| System.String |
AdministratorPassword
Administrator login password for the SQL Server.
Declaration
public readonly string AdministratorPassword
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |