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