| 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 |
|---|---|
ManagedInstanceEncryptionProtectorInner |
ManagedInstanceEncryptionProtectorsClient.createOrUpdate(String resourceGroupName,
String managedInstanceName,
EncryptionProtectorName encryptionProtectorName,
ManagedInstanceEncryptionProtectorInner parameters)
Updates an existing encryption protector.
|
ManagedInstanceEncryptionProtectorInner |
ManagedInstanceEncryptionProtectorsClient.createOrUpdate(String resourceGroupName,
String managedInstanceName,
EncryptionProtectorName encryptionProtectorName,
ManagedInstanceEncryptionProtectorInner parameters,
com.azure.core.util.Context context)
Updates an existing encryption protector.
|
ManagedInstanceEncryptionProtectorInner |
ManagedInstanceEncryptionProtectorsClient.get(String resourceGroupName,
String managedInstanceName,
EncryptionProtectorName encryptionProtectorName)
Gets a managed instance encryption protector.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedInstanceEncryptionProtectorInner>,ManagedInstanceEncryptionProtectorInner> |
ManagedInstanceEncryptionProtectorsClient.beginCreateOrUpdate(String resourceGroupName,
String managedInstanceName,
EncryptionProtectorName encryptionProtectorName,
ManagedInstanceEncryptionProtectorInner parameters)
Updates an existing encryption protector.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedInstanceEncryptionProtectorInner>,ManagedInstanceEncryptionProtectorInner> |
ManagedInstanceEncryptionProtectorsClient.beginCreateOrUpdate(String resourceGroupName,
String managedInstanceName,
EncryptionProtectorName encryptionProtectorName,
ManagedInstanceEncryptionProtectorInner parameters,
com.azure.core.util.Context context)
Updates an existing encryption protector.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ManagedInstanceEncryptionProtectorInner>,ManagedInstanceEncryptionProtectorInner> |
ManagedInstanceEncryptionProtectorsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String managedInstanceName,
EncryptionProtectorName encryptionProtectorName,
ManagedInstanceEncryptionProtectorInner parameters)
Updates an existing encryption protector.
|
ManagedInstanceEncryptionProtectorInner |
ManagedInstanceEncryptionProtectorsClient.createOrUpdate(String resourceGroupName,
String managedInstanceName,
EncryptionProtectorName encryptionProtectorName,
ManagedInstanceEncryptionProtectorInner parameters)
Updates an existing encryption protector.
|
ManagedInstanceEncryptionProtectorInner |
ManagedInstanceEncryptionProtectorsClient.createOrUpdate(String resourceGroupName,
String managedInstanceName,
EncryptionProtectorName encryptionProtectorName,
ManagedInstanceEncryptionProtectorInner parameters,
com.azure.core.util.Context context)
Updates an existing encryption protector.
|
Mono<ManagedInstanceEncryptionProtectorInner> |
ManagedInstanceEncryptionProtectorsClient.createOrUpdateAsync(String resourceGroupName,
String managedInstanceName,
EncryptionProtectorName encryptionProtectorName,
ManagedInstanceEncryptionProtectorInner parameters)
Updates an existing encryption protector.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ManagedInstanceEncryptionProtectorsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String managedInstanceName,
EncryptionProtectorName encryptionProtectorName,
ManagedInstanceEncryptionProtectorInner parameters)
Updates an existing encryption protector.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedInstanceEncryptionProtectorInner |
ManagedInstanceEncryptionProtectorInner.withServerKeyName(String serverKeyName)
Set the serverKeyName property: The name of the managed instance key.
|
ManagedInstanceEncryptionProtectorInner |
ManagedInstanceEncryptionProtectorInner.withServerKeyType(ServerKeyType serverKeyType)
Set the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.