| 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 |
|---|---|
ServerKeyInner |
ServerKeysClient.createOrUpdate(String resourceGroupName,
String serverName,
String keyName,
ServerKeyInner parameters)
Creates or updates a server key.
|
ServerKeyInner |
ServerKeysClient.createOrUpdate(String resourceGroupName,
String serverName,
String keyName,
ServerKeyInner parameters,
com.azure.core.util.Context context)
Creates or updates a server key.
|
ServerKeyInner |
ServerKeysClient.get(String resourceGroupName,
String serverName,
String keyName)
Gets a server key.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerKeyInner>,ServerKeyInner> |
ServerKeysClient.beginCreateOrUpdate(String resourceGroupName,
String serverName,
String keyName,
ServerKeyInner parameters)
Creates or updates a server key.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerKeyInner>,ServerKeyInner> |
ServerKeysClient.beginCreateOrUpdate(String resourceGroupName,
String serverName,
String keyName,
ServerKeyInner parameters,
com.azure.core.util.Context context)
Creates or updates a server key.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServerKeyInner>,ServerKeyInner> |
ServerKeysClient.beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
String keyName,
ServerKeyInner parameters)
Creates or updates a server key.
|
ServerKeyInner |
ServerKeysClient.createOrUpdate(String resourceGroupName,
String serverName,
String keyName,
ServerKeyInner parameters)
Creates or updates a server key.
|
ServerKeyInner |
ServerKeysClient.createOrUpdate(String resourceGroupName,
String serverName,
String keyName,
ServerKeyInner parameters,
com.azure.core.util.Context context)
Creates or updates a server key.
|
Mono<ServerKeyInner> |
ServerKeysClient.createOrUpdateAsync(String resourceGroupName,
String serverName,
String keyName,
ServerKeyInner parameters)
Creates or updates a server key.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ServerKeysClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
String keyName,
ServerKeyInner parameters)
Creates or updates a server key.
|
| Modifier and Type | Method and Description |
|---|---|
ServerKeyInner |
ServerKeyInner.withCreationDate(OffsetDateTime creationDate)
Set the creationDate property: The server key creation date.
|
ServerKeyInner |
ServerKeyInner.withKind(String kind)
Set the kind property: Kind of encryption protector.
|
ServerKeyInner |
ServerKeyInner.withServerKeyType(ServerKeyType serverKeyType)
Set the serverKeyType property: The server key type like 'ServiceManaged', 'AzureKeyVault'.
|
ServerKeyInner |
ServerKeyInner.withThumbprint(String thumbprint)
Set the thumbprint property: Thumbprint of the server key.
|
ServerKeyInner |
ServerKeyInner.withUri(String uri)
Set the uri property: The URI of the server key.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.