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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET