Uses of Class
com.azure.resourcemanager.sql.models.ServerKeyType
-
Packages that use ServerKeyType 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. -
-
Uses of ServerKeyType in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ServerKeyType Modifier and Type Method Description ServerKeyTypeEncryptionProtectorInner. serverKeyType()Get the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.ServerKeyTypeManagedInstanceEncryptionProtectorInner. serverKeyType()Get the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.ServerKeyTypeManagedInstanceKeyInner. serverKeyType()Get the serverKeyType property: The key type like 'ServiceManaged', 'AzureKeyVault'.ServerKeyTypeServerKeyInner. serverKeyType()Get the serverKeyType property: The server key type like 'ServiceManaged', 'AzureKeyVault'.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type ServerKeyType Modifier and Type Method Description EncryptionProtectorInnerEncryptionProtectorInner. withServerKeyType(ServerKeyType serverKeyType)Set the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.ManagedInstanceEncryptionProtectorInnerManagedInstanceEncryptionProtectorInner. withServerKeyType(ServerKeyType serverKeyType)Set the serverKeyType property: The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.ManagedInstanceKeyInnerManagedInstanceKeyInner. withServerKeyType(ServerKeyType serverKeyType)Set the serverKeyType property: The key type like 'ServiceManaged', 'AzureKeyVault'.ServerKeyInnerServerKeyInner. 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 ServerKeyType Modifier and Type Field Description static ServerKeyTypeServerKeyType. AZURE_KEY_VAULTStatic value AzureKeyVault for ServerKeyType.static ServerKeyTypeServerKeyType. SERVICE_MANAGEDStatic value ServiceManaged for ServerKeyType.Methods in com.azure.resourcemanager.sql.models that return ServerKeyType Modifier and Type Method Description static ServerKeyTypeServerKeyType. fromString(String name)Creates or finds a ServerKeyType from its string representation.ServerKeyTypeSqlEncryptionProtector. serverKeyType()ServerKeyTypeSqlServerKey. serverKeyType()Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ServerKeyType Modifier and Type Method Description static Collection<ServerKeyType>ServerKeyType. values()
-