IFileShareProperties.AccessTierChangeTime 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.
Indicates the last modification time for share access tier.
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Indicates the last modification time for share access tier.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="accessTierChangeTime", Update=false)]
public DateTime? AccessTierChangeTime { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Indicates the last modification time for share access tier.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="accessTierChangeTime", Update=false)>]
member this.AccessTierChangeTime : Nullable<DateTime>
Public ReadOnly Property AccessTierChangeTime As Nullable(Of DateTime)
Property Value
- Attributes