Uses of Interface
com.azure.resourcemanager.sql.models.SqlServerKeyOperations.DefinitionStages.WithCreate
-
Packages that use SqlServerKeyOperations.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SqlServerKeyOperations.DefinitionStages.WithCreate in com.azure.resourcemanager.sql.models
Subinterfaces of SqlServerKeyOperations.DefinitionStages.WithCreate in com.azure.resourcemanager.sql.models Modifier and Type Interface Description static interfaceSqlServerKeyOperations.SqlServerKeyOperationsDefinitionContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.sql.models that return SqlServerKeyOperations.DefinitionStages.WithCreate Modifier and Type Method Description SqlServerKeyOperations.DefinitionStages.WithCreateSqlServerKeyOperations.DefinitionStages.WithServerKeyType. withAzureKeyVaultKey(String uri)Sets the server key type as "AzureKeyVault" and the URI to the key.SqlServerKeyOperations.DefinitionStages.WithCreateSqlServerKeyOperations.DefinitionStages.WithCreationDate. withCreationDate(OffsetDateTime creationDate)Sets the server key creation date.SqlServerKeyOperations.DefinitionStages.WithCreateSqlServerKeyOperations.DefinitionStages.WithThumbprint. withThumbprint(String thumbprint)Sets the thumbprint of the server key.
-