ArmHciModelFactory.LogCollectionReportedProperties 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.
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
- 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.