Uses of Class
com.microsoft.azure.management.storage.LargeFileSharesState
Packages that use LargeFileSharesState
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of LargeFileSharesState in com.microsoft.azure.management.storage
Fields in com.microsoft.azure.management.storage declared as LargeFileSharesStateModifier and TypeFieldDescriptionstatic final LargeFileSharesState
LargeFileSharesState.DISABLED
Static value Disabled for LargeFileSharesState.static final LargeFileSharesState
LargeFileSharesState.ENABLED
Static value Enabled for LargeFileSharesState.Methods in com.microsoft.azure.management.storage that return LargeFileSharesStateModifier and TypeMethodDescriptionstatic LargeFileSharesState
LargeFileSharesState.fromString
(String name) Creates or finds a LargeFileSharesState from its string representation.StorageAccountCreateParameters.largeFileSharesState()
Get allow large file shares if sets to Enabled.StorageAccountUpdateParameters.largeFileSharesState()
Get allow large file shares if sets to Enabled.Methods in com.microsoft.azure.management.storage that return types with arguments of type LargeFileSharesStateModifier and TypeMethodDescriptionstatic Collection<LargeFileSharesState>
LargeFileSharesState.values()
Methods in com.microsoft.azure.management.storage with parameters of type LargeFileSharesStateModifier and TypeMethodDescriptionStorageAccountCreateParameters.withLargeFileSharesState
(LargeFileSharesState largeFileSharesState) Set allow large file shares if sets to Enabled.StorageAccountUpdateParameters.withLargeFileSharesState
(LargeFileSharesState largeFileSharesState) Set allow large file shares if sets to Enabled.