| 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 |
|---|---|
RootSquashType |
FileShareInner.rootSquash()
Get the rootSquash property: The property is for NFS share only.
|
RootSquashType |
FileShareItemInner.rootSquash()
Get the rootSquash property: The property is for NFS share only.
|
| Modifier and Type | Method and Description |
|---|---|
FileShareInner |
FileShareInner.withRootSquash(RootSquashType rootSquash)
Set the rootSquash property: The property is for NFS share only.
|
FileShareItemInner |
FileShareItemInner.withRootSquash(RootSquashType rootSquash)
Set the rootSquash property: The property is for NFS share only.
|
| Modifier and Type | Field and Description |
|---|---|
static RootSquashType |
RootSquashType.ALL_SQUASH
Static value AllSquash for RootSquashType.
|
static RootSquashType |
RootSquashType.NO_ROOT_SQUASH
Static value NoRootSquash for RootSquashType.
|
static RootSquashType |
RootSquashType.ROOT_SQUASH
Static value RootSquash for RootSquashType.
|
| Modifier and Type | Method and Description |
|---|---|
static RootSquashType |
RootSquashType.fromString(String name)
Creates or finds a RootSquashType from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.