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, String, Nullable<DateTime>, String, String, 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, String, Nullable<DateTime>, String, String, Nullable<DateTime>)
Initializes a new instance of the SystemData class.
public SystemData(string createdBy = default, string createdByType = default, DateTime? createdAt = default, string lastModifiedBy = default, string lastModifiedByType = default, DateTime? lastModifiedAt = default);
new Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData : string * string * Nullable<DateTime> * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData
Public Sub New (Optional createdBy As String = Nothing, Optional createdByType As String = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional lastModifiedBy As String = Nothing, Optional lastModifiedByType As String = Nothing, Optional lastModifiedAt As Nullable(Of DateTime) = Nothing)
Parameters
- createdBy
- String
The identity that created the resource.
- createdByType
- String
The type of identity that created the resource.
- lastModifiedBy
- String
The identity that last modified the resource.
- lastModifiedByType
- String
The type of identity that last modified the resource.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET