| 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 ShareSnapshotsDeleteOptionType |
ShareSnapshotsDeleteOptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShareSnapshotsDeleteOptionType[] |
ShareSnapshotsDeleteOptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ShareSnapshotsDeleteOptionType |
ShareDeleteOptions.getDeleteSnapshotsOptions() |
| Modifier and Type | Method and Description |
|---|---|
ShareDeleteOptions |
ShareDeleteOptions.setDeleteSnapshotsOptions(ShareSnapshotsDeleteOptionType deleteSnapshotsOptions) |
Copyright © 2021 Microsoft Corporation. All rights reserved.