Uses of Class
com.azure.resourcemanager.storage.models.LargeFileSharesState
Packages that use LargeFileSharesState
Package
Description
Package containing the inner data models for StorageManagementClient.
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 LargeFileSharesStateModifier and TypeMethodDescriptionStorageAccountInner.largeFileSharesState()Get the largeFileSharesState property: Allow large file shares if sets to Enabled.StorageAccountPropertiesCreateParameters.largeFileSharesState()Get the largeFileSharesState property: Allow large file shares if sets to Enabled.StorageAccountPropertiesInner.largeFileSharesState()Get the largeFileSharesState property: Allow large file shares if sets to Enabled.StorageAccountPropertiesUpdateParameters.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 LargeFileSharesStateModifier and TypeMethodDescriptionStorageAccountInner.withLargeFileSharesState(LargeFileSharesState largeFileSharesState) Set the largeFileSharesState property: Allow large file shares if sets to Enabled.StorageAccountPropertiesCreateParameters.withLargeFileSharesState(LargeFileSharesState largeFileSharesState) Set the largeFileSharesState property: Allow large file shares if sets to Enabled.StorageAccountPropertiesInner.withLargeFileSharesState(LargeFileSharesState largeFileSharesState) Set the largeFileSharesState property: Allow large file shares if sets to Enabled.StorageAccountPropertiesUpdateParameters.withLargeFileSharesState(LargeFileSharesState largeFileSharesState) Set the largeFileSharesState property: Allow large file shares if sets to Enabled. -
Uses of LargeFileSharesState in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type LargeFileSharesState in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionfinal classAllow large file shares if sets to Enabled.Fields in com.azure.resourcemanager.storage.models declared as LargeFileSharesStateModifier and TypeFieldDescriptionstatic final LargeFileSharesStateLargeFileSharesState.DISABLEDStatic value Disabled for LargeFileSharesState.static final LargeFileSharesStateLargeFileSharesState.ENABLEDStatic value Enabled for LargeFileSharesState.Methods in com.azure.resourcemanager.storage.models that return LargeFileSharesStateModifier and TypeMethodDescriptionstatic LargeFileSharesStateLargeFileSharesState.fromString(String name) Creates or finds a LargeFileSharesState from its string representation.StorageAccountCreateParameters.largeFileSharesState()Get the largeFileSharesState property: Allow large file shares if sets to Enabled.StorageAccountUpdateParameters.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 LargeFileSharesStateModifier and TypeMethodDescriptionstatic Collection<LargeFileSharesState> LargeFileSharesState.values()Gets known LargeFileSharesState values.Methods in com.azure.resourcemanager.storage.models with parameters of type LargeFileSharesStateModifier and TypeMethodDescriptionStorageAccountCreateParameters.withLargeFileSharesState(LargeFileSharesState largeFileSharesState) Set the largeFileSharesState property: Allow large file shares if sets to Enabled.StorageAccountUpdateParameters.withLargeFileSharesState(LargeFileSharesState largeFileSharesState) Set the largeFileSharesState property: Allow large file shares if sets to Enabled.