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(String, CreatedByType, Nullable<DateTime>, String, CreatedByType, 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(String, CreatedByType, Nullable<DateTime>, String, CreatedByType, Nullable<DateTime>)
Initializes a new instance of the SystemData class.
public SystemData (string createdBy = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.CreatedByType createdByType = default, DateTime? createdAt = default, string lastModifiedBy = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.CreatedByType lastModifiedByType = default, DateTime? lastModifiedAt = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.SystemData : string * Microsoft.Azure.Management.ContainerService.Fluent.Models.CreatedByType * Nullable<DateTime> * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.CreatedByType * Nullable<DateTime> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.SystemData
Public Sub New (Optional createdBy As String = Nothing, Optional createdByType As CreatedByType = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional lastModifiedBy As String = Nothing, Optional lastModifiedByType As CreatedByType = Nothing, Optional lastModifiedAt As Nullable(Of DateTime) = Nothing)
Parameters
- createdBy
- String
The identity that created the resource.
- createdByType
- CreatedByType
The type of identity that created the resource. Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
- lastModifiedBy
- String
The identity that last modified the resource.
- lastModifiedByType
- CreatedByType
The type of identity that last modified the resource. Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
Applies to
Azure SDK for .NET