GovernanceRuleMetadata 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
GovernanceRuleMetadata() |
Initializes a new instance of the GovernanceRuleMetadata class. |
GovernanceRuleMetadata(String, Nullable<DateTime>, String, Nullable<DateTime>) |
Initializes a new instance of the GovernanceRuleMetadata class. |
GovernanceRuleMetadata()
Initializes a new instance of the GovernanceRuleMetadata class.
public GovernanceRuleMetadata ();
Public Sub New ()
Applies to
GovernanceRuleMetadata(String, Nullable<DateTime>, String, Nullable<DateTime>)
Initializes a new instance of the GovernanceRuleMetadata class.
public GovernanceRuleMetadata (string createdBy = default, DateTime? createdOn = default, string updatedBy = default, DateTime? updatedOn = default);
new Microsoft.Azure.Management.Security.Models.GovernanceRuleMetadata : string * Nullable<DateTime> * string * Nullable<DateTime> -> Microsoft.Azure.Management.Security.Models.GovernanceRuleMetadata
Public Sub New (Optional createdBy As String = Nothing, Optional createdOn As Nullable(Of DateTime) = Nothing, Optional updatedBy As String = Nothing, Optional updatedOn As Nullable(Of DateTime) = Nothing)
Parameters
- createdBy
- String
Governance rule Created by object id (GUID)
- updatedBy
- String
Governance rule last updated by object id (GUID)