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