| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent |
Package containing the service clients for SqlManagementClient.
|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionProtectorInner |
EncryptionProtectorsClient.createOrUpdate(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName,
EncryptionProtectorInner parameters)
Updates an existing encryption protector.
|
EncryptionProtectorInner |
EncryptionProtectorsClient.createOrUpdate(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName,
EncryptionProtectorInner parameters,
com.azure.core.util.Context context)
Updates an existing encryption protector.
|
EncryptionProtectorInner |
EncryptionProtectorsClient.get(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName)
Gets a server encryption protector.
|
| Modifier and Type | Method and Description |
|---|---|
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.PollerFlux<com.azure.core.management.polling.PollResult<EncryptionProtectorInner>,EncryptionProtectorInner> |
EncryptionProtectorsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName,
EncryptionProtectorInner parameters)
Updates an existing encryption protector.
|
EncryptionProtectorInner |
EncryptionProtectorsClient.createOrUpdate(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName,
EncryptionProtectorInner parameters)
Updates an existing encryption protector.
|
EncryptionProtectorInner |
EncryptionProtectorsClient.createOrUpdate(String resourceGroupName,
String serverName,
EncryptionProtectorName encryptionProtectorName,
EncryptionProtectorInner parameters,
com.azure.core.util.Context context)
Updates an existing encryption protector.
|
Mono<EncryptionProtectorInner> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionProtectorInner |
EncryptionProtectorInner.withServerKeyName(String serverKeyName)
Set the serverKeyName property: The name of the server key.
|
EncryptionProtectorInner |
EncryptionProtectorInner.withServerKeyType(ServerKeyType serverKeyType)
Set the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.