ArmHciModelFactory.LogCollectionContentProperties 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.
Properties for Log Collection Request.
public static Azure.ResourceManager.Hci.Models.LogCollectionContentProperties LogCollectionContentProperties(DateTimeOffset fromDate = default, DateTimeOffset toDate = default);
static member LogCollectionContentProperties : DateTimeOffset * DateTimeOffset -> Azure.ResourceManager.Hci.Models.LogCollectionContentProperties
Public Shared Function LogCollectionContentProperties (Optional fromDate As DateTimeOffset = Nothing, Optional toDate As DateTimeOffset = Nothing) As LogCollectionContentProperties
Parameters
- fromDate
- DateTimeOffset
From DateTimeStamp from when logs need to be connected.
- toDate
- DateTimeOffset
To DateTimeStamp till when logs need to be connected.
Returns
A new LogCollectionContentProperties instance for mocking.