Uses of Class
com.azure.resourcemanager.sql.fluent.models.EncryptionProtectorInner
Packages that use EncryptionProtectorInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of EncryptionProtectorInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return EncryptionProtectorInnerModifier and TypeMethodDescriptionEncryptionProtectorsClient.createOrUpdate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters) Updates an existing encryption protector.EncryptionProtectorsClient.createOrUpdate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters, com.azure.core.util.Context context) Updates an existing encryption protector.EncryptionProtectorsClient.get(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName) Gets a server encryption protector.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type EncryptionProtectorInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EncryptionProtectorInner>, EncryptionProtectorInner> EncryptionProtectorsClient.beginCreateOrUpdate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters) Updates an existing encryption protector.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EncryptionProtectorInner>, EncryptionProtectorInner> EncryptionProtectorsClient.beginCreateOrUpdate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters) Updates an existing encryption protector.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EncryptionProtectorInner>, EncryptionProtectorInner> EncryptionProtectorsClient.beginCreateOrUpdate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters, com.azure.core.util.Context context) Updates an existing encryption protector.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EncryptionProtectorInner>, EncryptionProtectorInner> EncryptionProtectorsClient.beginCreateOrUpdate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters, com.azure.core.util.Context context) Updates an existing encryption protector.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EncryptionProtectorInner>, EncryptionProtectorInner> EncryptionProtectorsClient.beginCreateOrUpdateAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters) Updates an existing encryption protector.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EncryptionProtectorInner>, EncryptionProtectorInner> EncryptionProtectorsClient.beginCreateOrUpdateAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters) Updates an existing encryption protector.EncryptionProtectorsClient.createOrUpdateAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters) Updates an existing encryption protector.EncryptionProtectorsClient.getAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName) Gets a server encryption protector.com.azure.core.http.rest.Response<EncryptionProtectorInner> EncryptionProtectorsClient.getWithResponse(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, com.azure.core.util.Context context) Gets a server encryption protector.Mono<com.azure.core.http.rest.Response<EncryptionProtectorInner>> EncryptionProtectorsClient.getWithResponseAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName) Gets a server encryption protector.com.azure.core.http.rest.PagedIterable<EncryptionProtectorInner> EncryptionProtectorsClient.listByServer(String resourceGroupName, String serverName) Gets a list of server encryption protectors.com.azure.core.http.rest.PagedIterable<EncryptionProtectorInner> EncryptionProtectorsClient.listByServer(String resourceGroupName, String serverName, com.azure.core.util.Context context) Gets a list of server encryption protectors.com.azure.core.http.rest.PagedFlux<EncryptionProtectorInner> EncryptionProtectorsClient.listByServerAsync(String resourceGroupName, String serverName) Gets a list of server encryption protectors.Methods in com.azure.resourcemanager.sql.fluent with parameters of type EncryptionProtectorInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EncryptionProtectorInner>, EncryptionProtectorInner> EncryptionProtectorsClient.beginCreateOrUpdate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters) Updates an existing encryption protector.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EncryptionProtectorInner>, EncryptionProtectorInner> EncryptionProtectorsClient.beginCreateOrUpdate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters, com.azure.core.util.Context context) Updates an existing encryption protector.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EncryptionProtectorInner>, EncryptionProtectorInner> EncryptionProtectorsClient.beginCreateOrUpdateAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters) Updates an existing encryption protector.EncryptionProtectorsClient.createOrUpdate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters) Updates an existing encryption protector.EncryptionProtectorsClient.createOrUpdate(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters, com.azure.core.util.Context context) Updates an existing encryption protector.EncryptionProtectorsClient.createOrUpdateAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters) Updates an existing encryption protector.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> EncryptionProtectorsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, EncryptionProtectorName encryptionProtectorName, EncryptionProtectorInner parameters) Updates an existing encryption protector. -
Uses of EncryptionProtectorInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return EncryptionProtectorInnerModifier and TypeMethodDescriptionstatic EncryptionProtectorInnerEncryptionProtectorInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionProtectorInner from the JsonReader.EncryptionProtectorInner.withAutoRotationEnabled(Boolean autoRotationEnabled) Set the autoRotationEnabled property: Key auto rotation opt-in flag.EncryptionProtectorInner.withServerKeyName(String serverKeyName) Set the serverKeyName property: The name of the server key.EncryptionProtectorInner.withServerKeyType(ServerKeyType serverKeyType) Set the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'. -
Uses of EncryptionProtectorInner in com.azure.resourcemanager.sql.models
Subinterfaces with type arguments of type EncryptionProtectorInner in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure SQL Encryption Protector.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type EncryptionProtectorInnerModifier and TypeMethodDescriptionEncryptionProtectorListResult.value()Get the value property: Array of results.