| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ServerKeyType |
ManagedInstanceKeyInner.serverKeyType()
Get the serverKeyType property: The key type like 'ServiceManaged', 'AzureKeyVault'.
|
ServerKeyType |
ManagedInstanceEncryptionProtectorInner.serverKeyType()
Get the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.
|
ServerKeyType |
EncryptionProtectorInner.serverKeyType()
Get the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.
|
ServerKeyType |
ServerKeyInner.serverKeyType()
Get the serverKeyType property: The server key type like 'ServiceManaged', 'AzureKeyVault'.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedInstanceKeyInner |
ManagedInstanceKeyInner.withServerKeyType(ServerKeyType serverKeyType)
Set the serverKeyType property: The key type like 'ServiceManaged', 'AzureKeyVault'.
|
ManagedInstanceEncryptionProtectorInner |
ManagedInstanceEncryptionProtectorInner.withServerKeyType(ServerKeyType serverKeyType)
Set the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.
|
EncryptionProtectorInner |
EncryptionProtectorInner.withServerKeyType(ServerKeyType serverKeyType)
Set the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.
|
ServerKeyInner |
ServerKeyInner.withServerKeyType(ServerKeyType serverKeyType)
Set the serverKeyType property: The server key type like 'ServiceManaged', 'AzureKeyVault'.
|
| Modifier and Type | Field and Description |
|---|---|
static ServerKeyType |
ServerKeyType.AZURE_KEY_VAULT
Static value AzureKeyVault for ServerKeyType.
|
static ServerKeyType |
ServerKeyType.SERVICE_MANAGED
Static value ServiceManaged for ServerKeyType.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerKeyType |
ServerKeyType.fromString(String name)
Creates or finds a ServerKeyType from its string representation.
|
ServerKeyType |
SqlServerKey.serverKeyType() |
ServerKeyType |
SqlEncryptionProtector.serverKeyType() |
Copyright © 2020 Microsoft Corporation. All rights reserved.