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
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type DatabaseConnectionPropertiesModifier and TypeClassDescriptionfinal classDatabaseConnection resource specific properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return DatabaseConnectionPropertiesModifier and TypeMethodDescriptionstatic DatabaseConnectionPropertiesDatabaseConnectionProperties.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.