AnalyticsDefenderEasmModelFactory.AuditTrailItem Method
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.
Initializes a new instance of AuditTrailItem.
public static Azure.Analytics.Defender.Easm.AuditTrailItem AuditTrailItem(string id = default, string name = default, string displayName = default, Azure.Analytics.Defender.Easm.AuditTrailItemKind? kind = default, string reason = default);
static member AuditTrailItem : string * string * string * Nullable<Azure.Analytics.Defender.Easm.AuditTrailItemKind> * string -> Azure.Analytics.Defender.Easm.AuditTrailItem
Public Shared Function AuditTrailItem (Optional id As String = Nothing, Optional name As String = Nothing, Optional displayName As String = Nothing, Optional kind As Nullable(Of AuditTrailItemKind) = Nothing, Optional reason As String = Nothing) As AuditTrailItem
Parameters
- id
- String
The system generated unique id for the resource.
- name
- String
The caller provided unique name for the resource.
- displayName
- String
The name that can be used for display purposes.
- kind
- Nullable<AuditTrailItemKind>
The kind of asset.
- reason
- String
An explanation of why this audit trail node was discovered from the previous node.
Returns
A new AuditTrailItem instance for mocking.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET