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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET