FileShareProperties.NextAllowedProvisionedIopsDowngradeTime Property
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.
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.Origin(Microsoft.Azure.PowerShell.Cmdlets.Storage.PropertyOrigin.Owned)]
public DateTime? NextAllowedProvisionedIopsDowngradeTime { get; }
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Origin(Microsoft.Azure.PowerShell.Cmdlets.Storage.PropertyOrigin.Owned)]
public string NextAllowedProvisionedIopsDowngradeTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Origin(Microsoft.Azure.PowerShell.Cmdlets.Storage.PropertyOrigin.Owned)>]
member this.NextAllowedProvisionedIopsDowngradeTime : Nullable<DateTime>
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Origin(Microsoft.Azure.PowerShell.Cmdlets.Storage.PropertyOrigin.Owned)>]
member this.NextAllowedProvisionedIopsDowngradeTime : string
Public ReadOnly Property NextAllowedProvisionedIopsDowngradeTime As Nullable(Of DateTime)
Public ReadOnly Property NextAllowedProvisionedIopsDowngradeTime As String
Property Value
Implements
- Attributes