ArmGuestConfigurationModelFactory.GuestConfigurationAssignmentReportInfo 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 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
ARM resource id of the report for the guest configuration assignment.
GUID that identifies the guest configuration assignment report under a subscription, resource group.
- assignment
- GuestConfigurationAssignmentInfo
Configuration details of the guest configuration assignment.
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
Azure SDK for .NET