ArmGuestConfigurationModelFactory.GuestConfigurationAssignmentReportDetails 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 GuestConfigurationAssignmentReportDetails.
public static Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentReportDetails GuestConfigurationAssignmentReportDetails (Azure.ResourceManager.GuestConfiguration.Models.AssignedGuestConfigurationMachineComplianceStatus? complianceStatus = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, Guid? jobId = default, Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentReportType? operationType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.GuestConfiguration.Models.AssignmentReportResourceInfo> resources = default);
static member GuestConfigurationAssignmentReportDetails : Nullable<Azure.ResourceManager.GuestConfiguration.Models.AssignedGuestConfigurationMachineComplianceStatus> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Guid> * Nullable<Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentReportType> * seq<Azure.ResourceManager.GuestConfiguration.Models.AssignmentReportResourceInfo> -> Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentReportDetails
Public Shared Function GuestConfigurationAssignmentReportDetails (Optional complianceStatus As Nullable(Of AssignedGuestConfigurationMachineComplianceStatus) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional jobId As Nullable(Of Guid) = Nothing, Optional operationType As Nullable(Of GuestConfigurationAssignmentReportType) = Nothing, Optional resources As IEnumerable(Of AssignmentReportResourceInfo) = Nothing) As GuestConfigurationAssignmentReportDetails
Parameters
- complianceStatus
- Nullable<AssignedGuestConfigurationMachineComplianceStatus>
A value indicating compliance status of the machine for the assigned guest configuration.
- startOn
- Nullable<DateTimeOffset>
Start date and time of the guest configuration assignment compliance status check.
- endOn
- Nullable<DateTimeOffset>
End date and time of the guest configuration assignment compliance status check.
- operationType
- Nullable<GuestConfigurationAssignmentReportType>
Type of report, Consistency or Initial.
- resources
- IEnumerable<AssignmentReportResourceInfo>
The list of resources for which guest configuration assignment compliance is checked.
Returns
A new GuestConfigurationAssignmentReportDetails instance for mocking.
Applies to
Azure SDK for .NET