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 TypeMethodDescriptionstatic FileSharePropertiesFileShareProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FileShareProperties from the JsonReader.FileShareProperties.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.withFileSharePaidBursting(FileSharePropertiesFileSharePaidBursting fileSharePaidBursting) Set the fileSharePaidBursting property: File Share Paid Bursting properties.FileShareProperties.withMetadata(Map<String, String> metadata) Set the metadata property: A name-value pair to associate with the share as metadata.FileShareProperties.withProvisionedBandwidthMibps(Integer provisionedBandwidthMibps) Set the provisionedBandwidthMibps property: The provisioned bandwidth of the share, in mebibytes per second.FileShareProperties.withProvisionedIops(Integer provisionedIops) Set the provisionedIops property: The provisioned IOPS of the share.FileShareProperties.withRootSquash(RootSquashType rootSquash) Set the rootSquash property: The property is for NFS share only.FileShareProperties.withShareQuota(Integer shareQuota) Set the shareQuota property: The provisioned size of the share, in gibibytes.FileShareProperties.withSignedIdentifiers(List<SignedIdentifier> signedIdentifiers) Set the signedIdentifiers property: List of stored access policies specified on the share.