Class IntegrationRuntimeManagedCatalogInfoArgs
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 IntegrationRuntimeManagedCatalogInfoArgs : ResourceArgs
Constructors
View SourceIntegrationRuntimeManagedCatalogInfoArgs()
Declaration
public IntegrationRuntimeManagedCatalogInfoArgs()
Properties
View SourceAdministratorLogin
Administrator login name for the SQL Server.
Declaration
public Input<string> AdministratorLogin { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AdministratorPassword
Administrator login password for the SQL Server.
Declaration
public Input<string> AdministratorPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> PricingTier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |