ArmHciModelFactory.LogCollectionProperties 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.
Initializes a new instance of LogCollectionProperties.
public static Azure.ResourceManager.Hci.Models.LogCollectionProperties LogCollectionProperties (DateTimeOffset? fromDate = default, DateTimeOffset? toDate = default, DateTimeOffset? lastLogGenerated = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.LogCollectionSession> logCollectionSessionDetails = default);
static member LogCollectionProperties : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.Hci.Models.LogCollectionSession> -> Azure.ResourceManager.Hci.Models.LogCollectionProperties
Public Shared Function LogCollectionProperties (Optional fromDate As Nullable(Of DateTimeOffset) = Nothing, Optional toDate As Nullable(Of DateTimeOffset) = Nothing, Optional lastLogGenerated As Nullable(Of DateTimeOffset) = Nothing, Optional logCollectionSessionDetails As IEnumerable(Of LogCollectionSession) = Nothing) As LogCollectionProperties
Parameters
- fromDate
- Nullable<DateTimeOffset>
From DateTimeStamp from when logs need to be connected.
- toDate
- Nullable<DateTimeOffset>
To DateTimeStamp till when logs need to be connected.
- lastLogGenerated
- Nullable<DateTimeOffset>
Recent DateTimeStamp where logs are successfully generated.
- logCollectionSessionDetails
- IEnumerable<LogCollectionSession>
Returns
A new LogCollectionProperties instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET