SystemData Constructors
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.
Overloads
SystemData() |
Initializes a new instance of the SystemData class. |
SystemData(Nullable<DateTime>, Nullable<DateTime>) |
Initializes a new instance of the SystemData class. |
SystemData()
Initializes a new instance of the SystemData class.
public SystemData ();
Public Sub New ()
Applies to
SystemData(Nullable<DateTime>, Nullable<DateTime>)
Initializes a new instance of the SystemData class.
public SystemData (DateTime? createdAt = default, DateTime? lastModifiedAt = default);
new Microsoft.Azure.Management.Compute.Models.SystemData : Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.Management.Compute.Models.SystemData
Public Sub New (Optional createdAt As Nullable(Of DateTime) = Nothing, Optional lastModifiedAt As Nullable(Of DateTime) = Nothing)
Parameters
Specifies the time in UTC at which the Cloud Service (extended support) resource was created. <br />Minimum api-version: 2022-04-04.
Specifies the time in UTC at which the Cloud Service (extended support) resource was last modified. <br />Minimum api-version: 2022-04-04.
Applies to
Azure SDK for .NET