Uses of Class
com.azure.resourcemanager.sql.models.NetworkIsolationSettings
Packages that use NetworkIsolationSettings
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of NetworkIsolationSettings in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return NetworkIsolationSettingsModifier and TypeMethodDescriptionDatabaseExtensionsProperties.networkIsolation()Get the networkIsolation property: Optional resource information to enable network isolation for request.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type NetworkIsolationSettingsModifier and TypeMethodDescriptionDatabaseExtensionsProperties.withNetworkIsolation(NetworkIsolationSettings networkIsolation) Set the networkIsolation property: Optional resource information to enable network isolation for request. -
Uses of NetworkIsolationSettings in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type NetworkIsolationSettingsModifier and TypeClassDescriptionfinal classContains the ARM resources for which to create private endpoint connection.Methods in com.azure.resourcemanager.sql.models that return NetworkIsolationSettingsModifier and TypeMethodDescriptionstatic NetworkIsolationSettingsNetworkIsolationSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkIsolationSettings from the JsonReader.DatabaseExtensions.networkIsolation()Get the networkIsolation property: Optional resource information to enable network isolation for request.ExportDatabaseDefinition.networkIsolation()Get the networkIsolation property: Optional resource information to enable network isolation for request.ImportExistingDatabaseDefinition.networkIsolation()Get the networkIsolation property: Optional resource information to enable network isolation for request.ImportNewDatabaseDefinition.networkIsolation()Get the networkIsolation property: Optional resource information to enable network isolation for request.NetworkIsolationSettings.withSqlServerResourceId(String sqlServerResourceId) Set the sqlServerResourceId property: The resource id for the SQL server which is the target of this request.NetworkIsolationSettings.withStorageAccountResourceId(String storageAccountResourceId) Set the storageAccountResourceId property: The resource id for the storage account used to store BACPAC file.Methods in com.azure.resourcemanager.sql.models with parameters of type NetworkIsolationSettingsModifier and TypeMethodDescriptionDatabaseExtensions.withNetworkIsolation(NetworkIsolationSettings networkIsolation) Set the networkIsolation property: Optional resource information to enable network isolation for request.ExportDatabaseDefinition.withNetworkIsolation(NetworkIsolationSettings networkIsolation) Set the networkIsolation property: Optional resource information to enable network isolation for request.ImportExistingDatabaseDefinition.withNetworkIsolation(NetworkIsolationSettings networkIsolation) Set the networkIsolation property: Optional resource information to enable network isolation for request.ImportNewDatabaseDefinition.withNetworkIsolation(NetworkIsolationSettings networkIsolation) Set the networkIsolation property: Optional resource information to enable network isolation for request.