Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DatabaseConnectionProperties
Packages that use DatabaseConnectionProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of DatabaseConnectionProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DatabaseConnectionPropertiesModifier and TypeMethodDescriptionstatic DatabaseConnectionProperties
DatabaseConnectionProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DatabaseConnectionProperties from the JsonReader.DatabaseConnectionProperties.withConnectionIdentity
(String connectionIdentity) Set the connectionIdentity property: If present, the identity is used in conjunction with connection string to connect to the database.DatabaseConnectionProperties.withConnectionString
(String connectionString) Set the connectionString property: The connection string to use to connect to the database.DatabaseConnectionProperties.withRegion
(String region) Set the region property: The region of the database resource.DatabaseConnectionProperties.withResourceId
(String resourceId) Set the resourceId property: The resource id of the database.