Uses of Class
com.microsoft.azure.management.storage.LargeFileSharesState
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of LargeFileSharesState in com.microsoft.azure.management.storage
Modifier and TypeFieldDescriptionstatic final LargeFileSharesState
LargeFileSharesState.DISABLED
Static value Disabled for LargeFileSharesState.static final LargeFileSharesState
LargeFileSharesState.ENABLED
Static value Enabled for LargeFileSharesState.Modifier 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.Modifier and TypeMethodDescriptionstatic Collection<LargeFileSharesState>
LargeFileSharesState.values()
Modifier 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.