Uses of Class
com.azure.resourcemanager.storage.fluent.models.FileShareProperties
Packages that use FileShareProperties
Package
Description
Package containing the inner data models for StorageManagementClient.
-
Uses of FileShareProperties in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return FileSharePropertiesModifier and TypeMethodDescriptionFileShareProperties.withAccessTier(ShareAccessTier accessTier) Set the accessTier property: Access tier for specific share.FileShareProperties.withEnabledProtocols(EnabledProtocols enabledProtocols) Set the enabledProtocols property: The authentication protocol that is used for the file share.FileShareProperties.withMetadata(Map<String, String> metadata) Set the metadata property: A name-value pair to associate with the share as metadata.FileShareProperties.withRootSquash(RootSquashType rootSquash) Set the rootSquash property: The property is for NFS share only.FileShareProperties.withShareQuota(Integer shareQuota) Set the shareQuota property: The maximum size of the share, in gigabytes.FileShareProperties.withSignedIdentifiers(List<SignedIdentifier> signedIdentifiers) Set the signedIdentifiers property: List of stored access policies specified on the share.