| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent.models |
Package containing the inner data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
FileShareItemInner |
FileShareItemInner.withAccessTier(ShareAccessTier accessTier)
Set the accessTier property: Access tier for specific share.
|
FileShareItemInner |
FileShareItemInner.withEnabledProtocols(EnabledProtocols enabledProtocols)
Set the enabledProtocols property: The authentication protocol that is used for the file share.
|
FileShareItemInner |
FileShareItemInner.withMetadata(Map<String,String> metadata)
Set the metadata property: A name-value pair to associate with the share as metadata.
|
FileShareItemInner |
FileShareItemInner.withRootSquash(RootSquashType rootSquash)
Set the rootSquash property: The property is for NFS share only.
|
FileShareItemInner |
FileShareItemInner.withShareQuota(Integer shareQuota)
Set the shareQuota property: The maximum size of the share, in gigabytes.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.