Uses of Class
com.azure.resourcemanager.sql.models.StorageKeyType
Packages that use StorageKeyType
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of StorageKeyType in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return StorageKeyTypeModifier and TypeMethodDescriptionDatabaseExtensionsProperties.storageKeyType()Get the storageKeyType property: Storage key type: StorageAccessKey or SharedAccessKey.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type StorageKeyTypeModifier and TypeMethodDescriptionDatabaseExtensionsProperties.withStorageKeyType(StorageKeyType storageKeyType) Set the storageKeyType property: Storage key type: StorageAccessKey or SharedAccessKey. -
Uses of StorageKeyType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as StorageKeyTypeModifier and TypeFieldDescriptionstatic final StorageKeyTypeStorageKeyType.SHARED_ACCESS_KEYStatic value SharedAccessKey for StorageKeyType.static final StorageKeyTypeStorageKeyType.STORAGE_ACCESS_KEYStatic value StorageAccessKey for StorageKeyType.Methods in com.azure.resourcemanager.sql.models that return StorageKeyTypeModifier and TypeMethodDescriptionstatic StorageKeyTypeStorageKeyType.fromString(String name) Creates or finds a StorageKeyType from its string representation.DatabaseExtensions.storageKeyType()Get the storageKeyType property: Storage key type: StorageAccessKey or SharedAccessKey.ExportDatabaseDefinition.storageKeyType()Get the storageKeyType property: Storage key type.ImportExistingDatabaseDefinition.storageKeyType()Get the storageKeyType property: Storage key type.ImportNewDatabaseDefinition.storageKeyType()Get the storageKeyType property: Storage key type.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type StorageKeyTypeModifier and TypeMethodDescriptionstatic Collection<StorageKeyType>StorageKeyType.values()Gets known StorageKeyType values.Methods in com.azure.resourcemanager.sql.models with parameters of type StorageKeyTypeModifier and TypeMethodDescriptionDatabaseExtensions.withStorageKeyType(StorageKeyType storageKeyType) Set the storageKeyType property: Storage key type: StorageAccessKey or SharedAccessKey.ExportDatabaseDefinition.withStorageKeyType(StorageKeyType storageKeyType) Set the storageKeyType property: Storage key type.ImportExistingDatabaseDefinition.withStorageKeyType(StorageKeyType storageKeyType) Set the storageKeyType property: Storage key type.ImportNewDatabaseDefinition.withStorageKeyType(StorageKeyType storageKeyType) Set the storageKeyType property: Storage key type.