HciCollectLogJobProperties(DateTimeOffset, DateTimeOffset) Constructor

Definition

Initializes a new instance of HciCollectLogJobProperties.

public HciCollectLogJobProperties(DateTimeOffset collectionStartOn, DateTimeOffset collectionEndOn);
new Azure.ResourceManager.Hci.Models.HciCollectLogJobProperties : DateTimeOffset * DateTimeOffset -> Azure.ResourceManager.Hci.Models.HciCollectLogJobProperties
Public Sub New (collectionStartOn As DateTimeOffset, collectionEndOn As DateTimeOffset)

Parameters

collectionStartOn
DateTimeOffset

From date for log collection.

collectionEndOn
DateTimeOffset

To date for log collection.

Applies to