Uses of Class
com.azure.resourcemanager.storage.models.FileSharePropertiesFileSharePaidBursting
Packages that use FileSharePropertiesFileSharePaidBursting
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of FileSharePropertiesFileSharePaidBursting in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return FileSharePropertiesFileSharePaidBurstingModifier and TypeMethodDescriptionFileShareInner.fileSharePaidBursting()Get the fileSharePaidBursting property: File Share Paid Bursting properties.FileShareItemInner.fileSharePaidBursting()Get the fileSharePaidBursting property: File Share Paid Bursting properties.FileShareProperties.fileSharePaidBursting()Get the fileSharePaidBursting property: File Share Paid Bursting properties.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type FileSharePropertiesFileSharePaidBurstingModifier and TypeMethodDescriptionFileShareInner.withFileSharePaidBursting(FileSharePropertiesFileSharePaidBursting fileSharePaidBursting) Set the fileSharePaidBursting property: File Share Paid Bursting properties.FileShareItemInner.withFileSharePaidBursting(FileSharePropertiesFileSharePaidBursting fileSharePaidBursting) Set the fileSharePaidBursting property: File Share Paid Bursting properties.FileShareProperties.withFileSharePaidBursting(FileSharePropertiesFileSharePaidBursting fileSharePaidBursting) Set the fileSharePaidBursting property: File Share Paid Bursting properties. -
Uses of FileSharePropertiesFileSharePaidBursting in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return FileSharePropertiesFileSharePaidBurstingModifier and TypeMethodDescriptionFileSharePropertiesFileSharePaidBursting.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FileSharePropertiesFileSharePaidBursting from the JsonReader.FileSharePropertiesFileSharePaidBursting.withPaidBurstingEnabled(Boolean paidBurstingEnabled) Set the paidBurstingEnabled property: Indicates whether paid bursting is enabled for the share.FileSharePropertiesFileSharePaidBursting.withPaidBurstingMaxBandwidthMibps(Integer paidBurstingMaxBandwidthMibps) Set the paidBurstingMaxBandwidthMibps property: The maximum paid bursting bandwidth for the share, in mebibytes per second.FileSharePropertiesFileSharePaidBursting.withPaidBurstingMaxIops(Integer paidBurstingMaxIops) Set the paidBurstingMaxIops property: The maximum paid bursting IOPS for the share.