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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.FileSharePropertiesFileSharePaidBurstingTypeConverter))]
public class FileSharePropertiesFileSharePaidBursting : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IFileSharePropertiesFileSharePaidBursting
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.FileSharePropertiesFileSharePaidBurstingTypeConverter))>]
type FileSharePropertiesFileSharePaidBursting = class
interface IFileSharePropertiesFileSharePaidBursting
interface IJsonSerializable
Public Class FileSharePropertiesFileSharePaidBursting
Implements IFileSharePropertiesFileSharePaidBursting
- Inheritance
-
FileSharePropertiesFileSharePaidBursting
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| FileSharePropertiesFileSharePaidBursting() |
Creates an new FileSharePropertiesFileSharePaidBursting instance. |
Properties
| Name | Description |
|---|---|
| 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. |
| PaidBurstingMaxBandwidthMibp |
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. |
| PaidBurstingMaxIop |
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
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FileSharePropertiesFileSharePaidBursting. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FileSharePropertiesFileSharePaidBursting. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IFileSharePropertiesFileSharePaidBursting. |
| FromJsonString(String) |
Creates a new instance of FileSharePropertiesFileSharePaidBursting, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of FileSharePropertiesFileSharePaidBursting into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |