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