| Modifier and Type | Field and Description |
|---|---|
static LargeFileSharesState |
LargeFileSharesState.DISABLED
Static value Disabled for LargeFileSharesState.
|
static LargeFileSharesState |
LargeFileSharesState.ENABLED
Static value Enabled for LargeFileSharesState.
|
| Modifier and Type | Method and Description |
|---|---|
static LargeFileSharesState |
LargeFileSharesState.fromString(String name)
Creates or finds a LargeFileSharesState from its string representation.
|
LargeFileSharesState |
StorageAccountUpdateParameters.largeFileSharesState()
Get allow large file shares if sets to Enabled.
|
LargeFileSharesState |
StorageAccountCreateParameters.largeFileSharesState()
Get allow large file shares if sets to Enabled.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<LargeFileSharesState> |
LargeFileSharesState.values() |
| Modifier and Type | Method and Description |
|---|---|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withLargeFileSharesState(LargeFileSharesState largeFileSharesState)
Set allow large file shares if sets to Enabled.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withLargeFileSharesState(LargeFileSharesState largeFileSharesState)
Set allow large file shares if sets to Enabled.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/