| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlServerKeyOperations.SqlServerKeyOperationsDefinition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlServerKeyOperations.DefinitionStages.WithCreate |
SqlServerKeyOperations.DefinitionStages.WithServerKeyType.withAzureKeyVaultKey(String uri)
Sets the server key type as "AzureKeyVault" and the URI to the key.
|
SqlServerKeyOperations.DefinitionStages.WithCreate |
SqlServerKeyOperations.DefinitionStages.WithCreationDate.withCreationDate(OffsetDateTime creationDate)
Sets the server key creation date.
|
SqlServerKeyOperations.DefinitionStages.WithCreate |
SqlServerKeyOperations.DefinitionStages.WithThumbprint.withThumbprint(String thumbprint)
Sets the thumbprint of the server key.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.