ArmHciModelFactory.LogCollectionContentProperties Method

Definition

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.

Applies to