| Package | Description |
|---|---|
| com.azure.storage.file.share.models |
Package containing classes for AzureFileStorage.
|
| com.azure.storage.file.share.options |
Package containing options model classes used by Azure Storage File Shares.
|
| Modifier and Type | Method and Description |
|---|---|
static ShareRootSquash |
ShareRootSquash.fromString(String value)
Parses a serialized value to a ShareRootSquash instance.
|
ShareRootSquash |
ShareProperties.getRootSquash()
Get the rootSquash property: Possible values include: 'NoRootSquash',
'RootSquash', 'AllSquash'.
|
static ShareRootSquash |
ShareRootSquash.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShareRootSquash[] |
ShareRootSquash.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ShareProperties |
ShareProperties.setRootSquash(ShareRootSquash rootSquash)
Set the rootSquash property: Possible values include: 'NoRootSquash',
'RootSquash', 'AllSquash'.
|
| Modifier and Type | Method and Description |
|---|---|
ShareRootSquash |
ShareCreateOptions.getRootSquash() |
ShareRootSquash |
ShareSetPropertiesOptions.getRootSquash() |
| Modifier and Type | Method and Description |
|---|---|
ShareCreateOptions |
ShareCreateOptions.setRootSquash(ShareRootSquash rootSquash) |
ShareSetPropertiesOptions |
ShareSetPropertiesOptions.setRootSquash(ShareRootSquash rootSquash) |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.