| 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.
|
| Modifier and Type | Method and Description |
|---|---|
LargeFileSharesState |
StorageAccountInner.largeFileSharesState()
Get the largeFileSharesState property: Allow large file shares if sets to Enabled.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountInner |
StorageAccountInner.withLargeFileSharesState(LargeFileSharesState largeFileSharesState)
Set the largeFileSharesState property: Allow large file shares if sets to Enabled.
|
| 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 the largeFileSharesState property: Allow large file shares if sets to Enabled.
|
LargeFileSharesState |
StorageAccountCreateParameters.largeFileSharesState()
Get the largeFileSharesState property: Allow large file shares if sets to Enabled.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withLargeFileSharesState(LargeFileSharesState largeFileSharesState)
Set the largeFileSharesState property: Allow large file shares if sets to Enabled.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withLargeFileSharesState(LargeFileSharesState largeFileSharesState)
Set the largeFileSharesState property: Allow large file shares if sets to Enabled.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.