Uses of Class
com.azure.resourcemanager.sql.models.ServerKeyType
Packages that use ServerKeyType
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ServerKeyType in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ServerKeyTypeModifier and TypeMethodDescriptionEncryptionProtectorInner.serverKeyType()Get the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.EncryptionProtectorProperties.serverKeyType()Get the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.ManagedInstanceEncryptionProtectorInner.serverKeyType()Get the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.ManagedInstanceEncryptionProtectorProperties.serverKeyType()Get the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.ManagedInstanceKeyInner.serverKeyType()Get the serverKeyType property: The key type like 'ServiceManaged', 'AzureKeyVault'.ManagedInstanceKeyProperties.serverKeyType()Get the serverKeyType property: The key type like 'ServiceManaged', 'AzureKeyVault'.ServerKeyInner.serverKeyType()Get the serverKeyType property: The server key type like 'ServiceManaged', 'AzureKeyVault'.ServerKeyProperties.serverKeyType()Get the serverKeyType property: The server key type like 'ServiceManaged', 'AzureKeyVault'.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type ServerKeyTypeModifier and TypeMethodDescriptionEncryptionProtectorInner.withServerKeyType(ServerKeyType serverKeyType) Set the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.EncryptionProtectorProperties.withServerKeyType(ServerKeyType serverKeyType) Set the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.ManagedInstanceEncryptionProtectorInner.withServerKeyType(ServerKeyType serverKeyType) Set the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.ManagedInstanceEncryptionProtectorProperties.withServerKeyType(ServerKeyType serverKeyType) Set the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.ManagedInstanceKeyInner.withServerKeyType(ServerKeyType serverKeyType) Set the serverKeyType property: The key type like 'ServiceManaged', 'AzureKeyVault'.ManagedInstanceKeyProperties.withServerKeyType(ServerKeyType serverKeyType) Set the serverKeyType property: The key type like 'ServiceManaged', 'AzureKeyVault'.ServerKeyInner.withServerKeyType(ServerKeyType serverKeyType) Set the serverKeyType property: The server key type like 'ServiceManaged', 'AzureKeyVault'.ServerKeyProperties.withServerKeyType(ServerKeyType serverKeyType) Set the serverKeyType property: The server key type like 'ServiceManaged', 'AzureKeyVault'. -
Uses of ServerKeyType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as ServerKeyTypeModifier and TypeFieldDescriptionstatic final ServerKeyTypeServerKeyType.AZURE_KEY_VAULTStatic value AzureKeyVault for ServerKeyType.static final ServerKeyTypeServerKeyType.SERVICE_MANAGEDStatic value ServiceManaged for ServerKeyType.Methods in com.azure.resourcemanager.sql.models that return ServerKeyTypeModifier and TypeMethodDescriptionstatic ServerKeyTypeServerKeyType.fromString(String name) Creates or finds a ServerKeyType from its string representation.SqlEncryptionProtector.serverKeyType()Gets the encryption protector type.SqlServerKey.serverKeyType()Gets the server key type.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ServerKeyTypeModifier and TypeMethodDescriptionstatic Collection<ServerKeyType> ServerKeyType.values()Gets known ServerKeyType values.