ImpactConnectorProperties Constructors

Definition

Overloads

ImpactConnectorProperties(ImpactConnectorType)

Source:
ImpactConnectorProperties.cs

Initializes a new instance of ImpactConnectorProperties.

public ImpactConnectorProperties(Azure.ResourceManager.ImpactReporting.Models.ImpactConnectorType connectorType);
new Azure.ResourceManager.ImpactReporting.Models.ImpactConnectorProperties : Azure.ResourceManager.ImpactReporting.Models.ImpactConnectorType -> Azure.ResourceManager.ImpactReporting.Models.ImpactConnectorProperties
Public Sub New (connectorType As ImpactConnectorType)

Parameters

connectorType
ImpactConnectorType

connector type.

Applies to

ImpactConnectorProperties(String, String, ImpactConnectorType, DateTimeOffset)

Source:
ImpactConnectorProperties.cs

Initializes a new instance of ImpactConnectorProperties.

public ImpactConnectorProperties(string connectorId, string tenantId, Azure.ResourceManager.ImpactReporting.Models.ImpactConnectorType connectorType, DateTimeOffset lastRanOn);
new Azure.ResourceManager.ImpactReporting.Models.ImpactConnectorProperties : string * string * Azure.ResourceManager.ImpactReporting.Models.ImpactConnectorType * DateTimeOffset -> Azure.ResourceManager.ImpactReporting.Models.ImpactConnectorProperties
Public Sub New (connectorId As String, tenantId As String, connectorType As ImpactConnectorType, lastRanOn As DateTimeOffset)

Parameters

connectorId
String

unique id of the connector.

tenantId
String

tenant id of this connector.

connectorType
ImpactConnectorType

connector type.

lastRanOn
DateTimeOffset

last run time stamp of this connector in UTC time zone.

Applies to