Uses of Class
com.azure.resourcemanager.sql.models.StorageKeyType
-
Packages that use StorageKeyType Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of StorageKeyType in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return StorageKeyType Modifier and Type Method Description static StorageKeyTypeStorageKeyType. fromString(String value)Parses a serialized value to a StorageKeyType instance.StorageKeyTypeExportRequest. storageKeyType()Get the storageKeyType property: The type of the storage key to use.StorageKeyTypeImportExtensionRequest. storageKeyType()Get the storageKeyType property: The type of the storage key to use.static StorageKeyTypeStorageKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageKeyType[]StorageKeyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.sql.models with parameters of type StorageKeyType Modifier and Type Method Description ExportRequestExportRequest. withStorageKeyType(StorageKeyType storageKeyType)Set the storageKeyType property: The type of the storage key to use.ImportExtensionRequestImportExtensionRequest. withStorageKeyType(StorageKeyType storageKeyType)Set the storageKeyType property: The type of the storage key to use.
-