IntegrationRuntimeSsisCatalogInfo Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. IntegrationRuntimeSsisCatalogInfo
- com.
Implements
public final class IntegrationRuntimeSsisCatalogInfo
implements JsonSerializable<IntegrationRuntimeSsisCatalogInfo>
Catalog information for managed dedicated integration runtime.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeSsisCatalogInfo() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
Secure |
catalogAdminPassword()
Get the catalog |
| String |
catalogAdminUsername()
Get the catalog |
|
Integration |
catalogPricingTier()
Get the catalog |
| String |
catalogServerEndpoint()
Get the catalog |
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Integration |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Integration |
withCatalogAdminPassword(SecureString catalogAdminPassword)
Set the catalog |
|
Integration |
withCatalogAdminUsername(String catalogAdminUsername)
Set the catalog |
|
Integration |
withCatalogPricingTier(IntegrationRuntimeSsisCatalogPricingTier catalogPricingTier)
Set the catalog |
|
Integration |
withCatalogServerEndpoint(String catalogServerEndpoint)
Set the catalog |
Methods inherited from java.lang.Object
Constructor Details
IntegrationRuntimeSsisCatalogInfo
public IntegrationRuntimeSsisCatalogInfo()
Creates an instance of IntegrationRuntimeSsisCatalogInfo class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Catalog information for managed dedicated integration runtime.
Returns:
catalogAdminPassword
public SecureString catalogAdminPassword()
Get the catalogAdminPassword property: The password of the administrator user account of the catalog database.
Returns:
catalogAdminUsername
public String catalogAdminUsername()
Get the catalogAdminUsername property: The administrator user name of catalog database.
Returns:
catalogPricingTier
public IntegrationRuntimeSsisCatalogPricingTier catalogPricingTier()
Get the catalogPricingTier property: The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/.
Returns:
catalogServerEndpoint
public String catalogServerEndpoint()
Get the catalogServerEndpoint property: The catalog database server URL.
Returns:
fromJson
public static IntegrationRuntimeSsisCatalogInfo fromJson(JsonReader jsonReader)
Reads an instance of IntegrationRuntimeSsisCatalogInfo from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public IntegrationRuntimeSsisCatalogInfo withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Catalog information for managed dedicated integration runtime.
Parameters:
Returns:
withCatalogAdminPassword
public IntegrationRuntimeSsisCatalogInfo withCatalogAdminPassword(SecureString catalogAdminPassword)
Set the catalogAdminPassword property: The password of the administrator user account of the catalog database.
Parameters:
Returns:
withCatalogAdminUsername
public IntegrationRuntimeSsisCatalogInfo withCatalogAdminUsername(String catalogAdminUsername)
Set the catalogAdminUsername property: The administrator user name of catalog database.
Parameters:
Returns:
withCatalogPricingTier
public IntegrationRuntimeSsisCatalogInfo withCatalogPricingTier(IntegrationRuntimeSsisCatalogPricingTier catalogPricingTier)
Set the catalogPricingTier property: The pricing tier for the catalog database. The valid values could be found in https://azure.microsoft.com/en-us/pricing/details/sql-database/.
Parameters:
Returns:
withCatalogServerEndpoint
public IntegrationRuntimeSsisCatalogInfo withCatalogServerEndpoint(String catalogServerEndpoint)
Set the catalogServerEndpoint property: The catalog database server URL.
Parameters:
Returns: