ArmGuestConfigurationModelFactory.GuestConfigurationVmssVmInfo 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 GuestConfigurationVmssVmInfo.
public static Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationVmssVmInfo GuestConfigurationVmssVmInfo (Guid? vmId = default, Azure.Core.ResourceIdentifier vmResourceId = default, Azure.ResourceManager.GuestConfiguration.Models.AssignedGuestConfigurationMachineComplianceStatus? complianceStatus = default, Guid? latestReportId = default, DateTimeOffset? lastComplianceCheckedOn = default);
static member GuestConfigurationVmssVmInfo : Nullable<Guid> * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.GuestConfiguration.Models.AssignedGuestConfigurationMachineComplianceStatus> * Nullable<Guid> * Nullable<DateTimeOffset> -> Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationVmssVmInfo
Public Shared Function GuestConfigurationVmssVmInfo (Optional vmId As Nullable(Of Guid) = Nothing, Optional vmResourceId As ResourceIdentifier = Nothing, Optional complianceStatus As Nullable(Of AssignedGuestConfigurationMachineComplianceStatus) = Nothing, Optional latestReportId As Nullable(Of Guid) = Nothing, Optional lastComplianceCheckedOn As Nullable(Of DateTimeOffset) = Nothing) As GuestConfigurationVmssVmInfo
Parameters
- vmResourceId
- ResourceIdentifier
Azure resource Id of the VM.
- complianceStatus
- Nullable<AssignedGuestConfigurationMachineComplianceStatus>
A value indicating compliance status of the machine for the assigned guest configuration.
- lastComplianceCheckedOn
- Nullable<DateTimeOffset>
Date and time when last compliance status was checked.
Returns
A new GuestConfigurationVmssVmInfo instance for mocking.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET