Uses of Class
com.azure.resourcemanager.storage.models.KeyType
Packages that use KeyType
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of KeyType in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type KeyType in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionfinal classEncryption key type to be used for the encryption service.Fields in com.azure.resourcemanager.storage.models declared as KeyTypeModifier and TypeFieldDescriptionstatic final KeyTypeKeyType.ACCOUNTStatic value Account for KeyType.static final KeyTypeKeyType.SERVICEStatic value Service for KeyType.Methods in com.azure.resourcemanager.storage.models that return KeyTypeModifier and TypeMethodDescriptionstatic KeyTypeKeyType.fromString(String name) Creates or finds a KeyType from its string representation.EncryptionService.keyType()Get the keyType property: Encryption key type to be used for the encryption service.StorageAccountEncryptionStatus.keyType()Gets the type of the key used to encrypt the storage service.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type KeyTypeModifier and TypeMethodDescriptionstatic Collection<KeyType> KeyType.values()Gets known KeyType values.Methods in com.azure.resourcemanager.storage.models with parameters of type KeyTypeModifier and TypeMethodDescriptionEncryptionService.withKeyType(KeyType keyType) Set the keyType property: Encryption key type to be used for the encryption service.