ArmHciModelFactory.LogCollectionReportedProperties Method

Definition

Represents the reported properties of a log collection job.

public static Azure.ResourceManager.Hci.Models.LogCollectionReportedProperties LogCollectionReportedProperties(int? percentComplete = default, Azure.ResourceManager.Hci.Models.EceActionStatus validationStatus = default, Azure.ResourceManager.Hci.Models.EceActionStatus deploymentStatus = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.LogCollectionJobSession> logCollectionSessionDetails = default);
static member LogCollectionReportedProperties : Nullable<int> * Azure.ResourceManager.Hci.Models.EceActionStatus * Azure.ResourceManager.Hci.Models.EceActionStatus * seq<Azure.ResourceManager.Hci.Models.LogCollectionJobSession> -> Azure.ResourceManager.Hci.Models.LogCollectionReportedProperties
Public Shared Function LogCollectionReportedProperties (Optional percentComplete As Nullable(Of Integer) = Nothing, Optional validationStatus As EceActionStatus = Nothing, Optional deploymentStatus As EceActionStatus = Nothing, Optional logCollectionSessionDetails As IEnumerable(Of LogCollectionJobSession) = Nothing) As LogCollectionReportedProperties

Parameters

percentComplete
Nullable<Int32>

The percentage of the job that is complete.

validationStatus
EceActionStatus

Validation status of job.

deploymentStatus
EceActionStatus

Deployment status of job.

logCollectionSessionDetails
IEnumerable<LogCollectionJobSession>

Details of the log collection session.

Returns

A new LogCollectionReportedProperties instance for mocking.

Applies to