Uses of Class
com.azure.resourcemanager.storage.models.KeyType
-
Packages that use KeyType Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of KeyType in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as KeyType Modifier and Type Field Description static KeyTypeKeyType. ACCOUNTStatic value Account for KeyType.static KeyTypeKeyType. SERVICEStatic value Service for KeyType.Methods in com.azure.resourcemanager.storage.models that return KeyType Modifier and Type Method Description static KeyTypeKeyType. fromString(String name)Creates or finds a KeyType from its string representation.KeyTypeEncryptionService. keyType()Get the keyType property: Encryption key type to be used for the encryption service.KeyTypeStorageAccountEncryptionStatus. keyType()Methods in com.azure.resourcemanager.storage.models that return types with arguments of type KeyType Modifier and Type Method Description static Collection<KeyType>KeyType. values()Methods in com.azure.resourcemanager.storage.models with parameters of type KeyType Modifier and Type Method Description EncryptionServiceEncryptionService. withKeyType(KeyType keyType)Set the keyType property: Encryption key type to be used for the encryption service.
-