Language

FileShareProperties.NextAllowedQuotaDowngradeTime Property

Definition

Gets returns the next allowed provisioned storage size downgrade time for the share. This property is only for file shares created under Files Provisioned v1 SSD and Files Provisioned v2 account type

[Newtonsoft.Json.JsonProperty(PropertyName="nextAllowedQuotaDowngradeTime")]
public DateTime? NextAllowedQuotaDowngradeTime { get; }
[Newtonsoft.Json.JsonProperty(PropertyName="nextAllowedQuotaDowngradeTime")]
public string NextAllowedQuotaDowngradeTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nextAllowedQuotaDowngradeTime")>]
member this.NextAllowedQuotaDowngradeTime : Nullable<DateTime>
[<Newtonsoft.Json.JsonProperty(PropertyName="nextAllowedQuotaDowngradeTime")>]
member this.NextAllowedQuotaDowngradeTime : string
Public ReadOnly Property NextAllowedQuotaDowngradeTime As Nullable(Of DateTime)
Public ReadOnly Property NextAllowedQuotaDowngradeTime As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to