Uses of Class
com.azure.resourcemanager.storage.models.LargeFileSharesState
-
Packages that use LargeFileSharesState Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of LargeFileSharesState in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return LargeFileSharesState Modifier and Type Method Description LargeFileSharesStateStorageAccountInner. largeFileSharesState()Get the largeFileSharesState property: Allow large file shares if sets to Enabled.LargeFileSharesStateStorageAccountPropertiesCreateParameters. largeFileSharesState()Get the largeFileSharesState property: Allow large file shares if sets to Enabled.LargeFileSharesStateStorageAccountPropertiesInner. largeFileSharesState()Get the largeFileSharesState property: Allow large file shares if sets to Enabled.LargeFileSharesStateStorageAccountPropertiesUpdateParameters. largeFileSharesState()Get the largeFileSharesState property: Allow large file shares if sets to Enabled.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type LargeFileSharesState Modifier and Type Method Description StorageAccountInnerStorageAccountInner. withLargeFileSharesState(LargeFileSharesState largeFileSharesState)Set the largeFileSharesState property: Allow large file shares if sets to Enabled.StorageAccountPropertiesCreateParametersStorageAccountPropertiesCreateParameters. withLargeFileSharesState(LargeFileSharesState largeFileSharesState)Set the largeFileSharesState property: Allow large file shares if sets to Enabled.StorageAccountPropertiesInnerStorageAccountPropertiesInner. withLargeFileSharesState(LargeFileSharesState largeFileSharesState)Set the largeFileSharesState property: Allow large file shares if sets to Enabled.StorageAccountPropertiesUpdateParametersStorageAccountPropertiesUpdateParameters. withLargeFileSharesState(LargeFileSharesState largeFileSharesState)Set the largeFileSharesState property: Allow large file shares if sets to Enabled. -
Uses of LargeFileSharesState in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as LargeFileSharesState Modifier and Type Field Description static LargeFileSharesStateLargeFileSharesState. DISABLEDStatic value Disabled for LargeFileSharesState.static LargeFileSharesStateLargeFileSharesState. ENABLEDStatic value Enabled for LargeFileSharesState.Methods in com.azure.resourcemanager.storage.models that return LargeFileSharesState Modifier and Type Method Description static LargeFileSharesStateLargeFileSharesState. fromString(String name)Creates or finds a LargeFileSharesState from its string representation.LargeFileSharesStateStorageAccountCreateParameters. largeFileSharesState()Get the largeFileSharesState property: Allow large file shares if sets to Enabled.LargeFileSharesStateStorageAccountUpdateParameters. largeFileSharesState()Get the largeFileSharesState property: Allow large file shares if sets to Enabled.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type LargeFileSharesState Modifier and Type Method Description static Collection<LargeFileSharesState>LargeFileSharesState. values()Methods in com.azure.resourcemanager.storage.models with parameters of type LargeFileSharesState Modifier and Type Method Description StorageAccountCreateParametersStorageAccountCreateParameters. withLargeFileSharesState(LargeFileSharesState largeFileSharesState)Set the largeFileSharesState property: Allow large file shares if sets to Enabled.StorageAccountUpdateParametersStorageAccountUpdateParameters. withLargeFileSharesState(LargeFileSharesState largeFileSharesState)Set the largeFileSharesState property: Allow large file shares if sets to Enabled.
-