HciCollectLogJobProperties(DateTimeOffset, DateTimeOffset) Constructor
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 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.