Partager via


IFileShareProperties.NextAllowedProvisionedIopsDowngradeTime Property

Definition

Returns the next allowed provisioned IOPS downgrade time for the share. This property is only for file shares created under Files Provisioned v2 account type.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Returns the next allowed provisioned IOPS downgrade time for the share. This property is only for file shares created under Files Provisioned v2 account type.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="nextAllowedProvisionedIopsDowngradeTime", Update=false)]
public DateTime? NextAllowedProvisionedIopsDowngradeTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Returns the next allowed provisioned IOPS downgrade time for the share. This property is only for file shares created under Files Provisioned v2 account type.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="nextAllowedProvisionedIopsDowngradeTime", Update=false)>]
member this.NextAllowedProvisionedIopsDowngradeTime : Nullable<DateTime>
Public ReadOnly Property NextAllowedProvisionedIopsDowngradeTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to