ArmLogicModelFactory.IntegrationAccountTrackingEvent 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 IntegrationAccountTrackingEvent.
public static Azure.ResourceManager.Logic.Models.IntegrationAccountTrackingEvent IntegrationAccountTrackingEvent (Azure.ResourceManager.Logic.Models.IntegrationAccountEventLevel eventLevel = Azure.ResourceManager.Logic.Models.IntegrationAccountEventLevel.LogAlways, DateTimeOffset eventOn = default, Azure.ResourceManager.Logic.Models.IntegrationAccountTrackingRecordType recordType = default, BinaryData record = default, Azure.ResourceManager.Logic.Models.IntegrationAccountTrackingEventErrorInfo error = default);
static member IntegrationAccountTrackingEvent : Azure.ResourceManager.Logic.Models.IntegrationAccountEventLevel * DateTimeOffset * Azure.ResourceManager.Logic.Models.IntegrationAccountTrackingRecordType * BinaryData * Azure.ResourceManager.Logic.Models.IntegrationAccountTrackingEventErrorInfo -> Azure.ResourceManager.Logic.Models.IntegrationAccountTrackingEvent
Public Shared Function IntegrationAccountTrackingEvent (Optional eventLevel As IntegrationAccountEventLevel = Azure.ResourceManager.Logic.Models.IntegrationAccountEventLevel.LogAlways, Optional eventOn As DateTimeOffset = Nothing, Optional recordType As IntegrationAccountTrackingRecordType = Nothing, Optional record As BinaryData = Nothing, Optional error As IntegrationAccountTrackingEventErrorInfo = Nothing) As IntegrationAccountTrackingEvent
Parameters
- eventLevel
- IntegrationAccountEventLevel
The event level.
- eventOn
- DateTimeOffset
The event time.
- recordType
- IntegrationAccountTrackingRecordType
The record type.
- record
- BinaryData
The record.
The error.
Returns
A new IntegrationAccountTrackingEvent instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET