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