FileSharePropertiesFileSharePaidBursting Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
File Share Paid Bursting properties.
public class FileSharePropertiesFileSharePaidBursting : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.FileSharePropertiesFileSharePaidBursting>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.FileSharePropertiesFileSharePaidBursting>
type FileSharePropertiesFileSharePaidBursting = class
interface IJsonModel<FileSharePropertiesFileSharePaidBursting>
interface IPersistableModel<FileSharePropertiesFileSharePaidBursting>
Public Class FileSharePropertiesFileSharePaidBursting
Implements IJsonModel(Of FileSharePropertiesFileSharePaidBursting), IPersistableModel(Of FileSharePropertiesFileSharePaidBursting)
- Inheritance
-
FileSharePropertiesFileSharePaidBursting
- Implements
Constructors
FileSharePropertiesFileSharePaidBursting() |
Initializes a new instance of FileSharePropertiesFileSharePaidBursting. |
Properties
PaidBurstingEnabled |
Indicates whether paid bursting is enabled for the share. This property is only for file shares created under Files Provisioned v1 SSD account type. |
PaidBurstingMaxBandwidthMibps |
The maximum paid bursting bandwidth for the share, in mebibytes per second. This property is only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed value is 10340 which is the maximum allowed bandwidth for a share. |
PaidBurstingMaxIops |
The maximum paid bursting IOPS for the share. This property is only for file shares created under Files Provisioned v1 SSD account type. The maximum allowed value is 102400 which is the maximum allowed IOPS for a share. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<FileSharePropertiesFileSharePaidBursting>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FileSharePropertiesFileSharePaidBursting>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FileSharePropertiesFileSharePaidBursting>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FileSharePropertiesFileSharePaidBursting>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FileSharePropertiesFileSharePaidBursting>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |