Uses of Class
com.azure.resourcemanager.sql.models.AdvancedThreatProtectionName
Packages that use AdvancedThreatProtectionName
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of AdvancedThreatProtectionName in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type AdvancedThreatProtectionNameModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerAdvancedThreatProtectionInner>, ServerAdvancedThreatProtectionInner> ServerAdvancedThreatProtectionSettingsClient.beginCreateOrUpdate(String resourceGroupName, String serverName, AdvancedThreatProtectionName advancedThreatProtectionName, ServerAdvancedThreatProtectionInner parameters) Creates or updates an Advanced Threat Protection state.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerAdvancedThreatProtectionInner>, ServerAdvancedThreatProtectionInner> ServerAdvancedThreatProtectionSettingsClient.beginCreateOrUpdate(String resourceGroupName, String serverName, AdvancedThreatProtectionName advancedThreatProtectionName, ServerAdvancedThreatProtectionInner parameters, com.azure.core.util.Context context) Creates or updates an Advanced Threat Protection state.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServerAdvancedThreatProtectionInner>, ServerAdvancedThreatProtectionInner> ServerAdvancedThreatProtectionSettingsClient.beginCreateOrUpdateAsync(String resourceGroupName, String serverName, AdvancedThreatProtectionName advancedThreatProtectionName, ServerAdvancedThreatProtectionInner parameters) Creates or updates an Advanced Threat Protection state.DatabaseAdvancedThreatProtectionSettingsClient.createOrUpdate(String resourceGroupName, String serverName, String databaseName, AdvancedThreatProtectionName advancedThreatProtectionName, DatabaseAdvancedThreatProtectionInner parameters) Creates or updates a database's Advanced Threat Protection state.ServerAdvancedThreatProtectionSettingsClient.createOrUpdate(String resourceGroupName, String serverName, AdvancedThreatProtectionName advancedThreatProtectionName, ServerAdvancedThreatProtectionInner parameters) Creates or updates an Advanced Threat Protection state.ServerAdvancedThreatProtectionSettingsClient.createOrUpdate(String resourceGroupName, String serverName, AdvancedThreatProtectionName advancedThreatProtectionName, ServerAdvancedThreatProtectionInner parameters, com.azure.core.util.Context context) Creates or updates an Advanced Threat Protection state.DatabaseAdvancedThreatProtectionSettingsClient.createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, AdvancedThreatProtectionName advancedThreatProtectionName, DatabaseAdvancedThreatProtectionInner parameters) Creates or updates a database's Advanced Threat Protection state.ServerAdvancedThreatProtectionSettingsClient.createOrUpdateAsync(String resourceGroupName, String serverName, AdvancedThreatProtectionName advancedThreatProtectionName, ServerAdvancedThreatProtectionInner parameters) Creates or updates an Advanced Threat Protection state.com.azure.core.http.rest.Response<DatabaseAdvancedThreatProtectionInner> DatabaseAdvancedThreatProtectionSettingsClient.createOrUpdateWithResponse(String resourceGroupName, String serverName, String databaseName, AdvancedThreatProtectionName advancedThreatProtectionName, DatabaseAdvancedThreatProtectionInner parameters, com.azure.core.util.Context context) Creates or updates a database's Advanced Threat Protection state.Mono<com.azure.core.http.rest.Response<DatabaseAdvancedThreatProtectionInner>> DatabaseAdvancedThreatProtectionSettingsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, AdvancedThreatProtectionName advancedThreatProtectionName, DatabaseAdvancedThreatProtectionInner parameters) Creates or updates a database's Advanced Threat Protection state.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> ServerAdvancedThreatProtectionSettingsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, AdvancedThreatProtectionName advancedThreatProtectionName, ServerAdvancedThreatProtectionInner parameters) Creates or updates an Advanced Threat Protection state.DatabaseAdvancedThreatProtectionSettingsClient.get(String resourceGroupName, String serverName, String databaseName, AdvancedThreatProtectionName advancedThreatProtectionName) Gets a database's Advanced Threat Protection state.ServerAdvancedThreatProtectionSettingsClient.get(String resourceGroupName, String serverName, AdvancedThreatProtectionName advancedThreatProtectionName) Get a server's Advanced Threat Protection state.DatabaseAdvancedThreatProtectionSettingsClient.getAsync(String resourceGroupName, String serverName, String databaseName, AdvancedThreatProtectionName advancedThreatProtectionName) Gets a database's Advanced Threat Protection state.ServerAdvancedThreatProtectionSettingsClient.getAsync(String resourceGroupName, String serverName, AdvancedThreatProtectionName advancedThreatProtectionName) Get a server's Advanced Threat Protection state.com.azure.core.http.rest.Response<DatabaseAdvancedThreatProtectionInner> DatabaseAdvancedThreatProtectionSettingsClient.getWithResponse(String resourceGroupName, String serverName, String databaseName, AdvancedThreatProtectionName advancedThreatProtectionName, com.azure.core.util.Context context) Gets a database's Advanced Threat Protection state.com.azure.core.http.rest.Response<ServerAdvancedThreatProtectionInner> ServerAdvancedThreatProtectionSettingsClient.getWithResponse(String resourceGroupName, String serverName, AdvancedThreatProtectionName advancedThreatProtectionName, com.azure.core.util.Context context) Get a server's Advanced Threat Protection state.Mono<com.azure.core.http.rest.Response<DatabaseAdvancedThreatProtectionInner>> DatabaseAdvancedThreatProtectionSettingsClient.getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, AdvancedThreatProtectionName advancedThreatProtectionName) Gets a database's Advanced Threat Protection state.Mono<com.azure.core.http.rest.Response<ServerAdvancedThreatProtectionInner>> ServerAdvancedThreatProtectionSettingsClient.getWithResponseAsync(String resourceGroupName, String serverName, AdvancedThreatProtectionName advancedThreatProtectionName) Get a server's Advanced Threat Protection state. -
Uses of AdvancedThreatProtectionName in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type AdvancedThreatProtectionName in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionfinal classDefines values for AdvancedThreatProtectionName.Fields in com.azure.resourcemanager.sql.models declared as AdvancedThreatProtectionNameModifier and TypeFieldDescriptionstatic final AdvancedThreatProtectionNameAdvancedThreatProtectionName.DEFAULTStatic value Default for AdvancedThreatProtectionName.Methods in com.azure.resourcemanager.sql.models that return AdvancedThreatProtectionNameModifier and TypeMethodDescriptionstatic AdvancedThreatProtectionNameAdvancedThreatProtectionName.fromString(String name) Creates or finds a AdvancedThreatProtectionName from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type AdvancedThreatProtectionNameModifier and TypeMethodDescriptionAdvancedThreatProtectionName.values()Gets known AdvancedThreatProtectionName values.