ArmGuestConfigurationModelFactory.GuestConfigurationAssignmentReportInfo Method

Definition

Initializes a new instance of GuestConfigurationAssignmentReportInfo.

public static Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentReportInfo GuestConfigurationAssignmentReportInfo (Azure.Core.ResourceIdentifier id = default, Guid? reportId = default, Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentInfo assignment = default, Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationVmInfo vm = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, Azure.ResourceManager.GuestConfiguration.Models.AssignedGuestConfigurationMachineComplianceStatus? complianceStatus = default, Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentReportType? operationType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.GuestConfiguration.Models.AssignmentReportResourceInfo> resources = default);
static member GuestConfigurationAssignmentReportInfo : Azure.Core.ResourceIdentifier * Nullable<Guid> * Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentInfo * Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationVmInfo * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.GuestConfiguration.Models.AssignedGuestConfigurationMachineComplianceStatus> * Nullable<Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentReportType> * seq<Azure.ResourceManager.GuestConfiguration.Models.AssignmentReportResourceInfo> -> Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationAssignmentReportInfo
Public Shared Function GuestConfigurationAssignmentReportInfo (Optional id As ResourceIdentifier = Nothing, Optional reportId As Nullable(Of Guid) = Nothing, Optional assignment As GuestConfigurationAssignmentInfo = Nothing, Optional vm As GuestConfigurationVmInfo = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional complianceStatus As Nullable(Of AssignedGuestConfigurationMachineComplianceStatus) = Nothing, Optional operationType As Nullable(Of GuestConfigurationAssignmentReportType) = Nothing, Optional resources As IEnumerable(Of AssignmentReportResourceInfo) = Nothing) As GuestConfigurationAssignmentReportInfo

Parameters

id
ResourceIdentifier

ARM resource id of the report for the guest configuration assignment.

reportId
Nullable<Guid>

GUID that identifies the guest configuration assignment report under a subscription, resource group.

assignment
GuestConfigurationAssignmentInfo

Configuration details of the guest configuration assignment.

vm
GuestConfigurationVmInfo

Information about the VM.

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.

complianceStatus
Nullable<AssignedGuestConfigurationMachineComplianceStatus>

A value indicating compliance status of the machine for the assigned guest configuration.

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 GuestConfigurationAssignmentReportInfo instance for mocking.

Applies to