ArmHciModelFactory.HciReportedProperties 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.
public static Azure.ResourceManager.Hci.Models.HciReportedProperties HciReportedProperties(Azure.ResourceManager.Hci.Models.HciEdgeDeviceState? deviceState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.HciEdgeDeviceArcExtension> extensions = default, DateTimeOffset? lastSyncedOn = default, Azure.ResourceManager.Hci.Models.ConfidentialVmProfile confidentialVmProfile = default, Azure.ResourceManager.Hci.Models.HciNetworkProfile networkProfile = default, Azure.ResourceManager.Hci.Models.HciOSProfile osProfile = default, Azure.ResourceManager.Hci.Models.SbeDeploymentPackageInfo sbeDeploymentPackageInfo = default, Azure.ResourceManager.Hci.Models.HciStorageProfile storageProfile = default, string hardwareProcessorType = default);
static member HciReportedProperties : Nullable<Azure.ResourceManager.Hci.Models.HciEdgeDeviceState> * seq<Azure.ResourceManager.Hci.Models.HciEdgeDeviceArcExtension> * Nullable<DateTimeOffset> * Azure.ResourceManager.Hci.Models.ConfidentialVmProfile * Azure.ResourceManager.Hci.Models.HciNetworkProfile * Azure.ResourceManager.Hci.Models.HciOSProfile * Azure.ResourceManager.Hci.Models.SbeDeploymentPackageInfo * Azure.ResourceManager.Hci.Models.HciStorageProfile * string -> Azure.ResourceManager.Hci.Models.HciReportedProperties
Public Shared Function HciReportedProperties (Optional deviceState As Nullable(Of HciEdgeDeviceState) = Nothing, Optional extensions As IEnumerable(Of HciEdgeDeviceArcExtension) = Nothing, Optional lastSyncedOn As Nullable(Of DateTimeOffset) = Nothing, Optional confidentialVmProfile As ConfidentialVmProfile = Nothing, Optional networkProfile As HciNetworkProfile = Nothing, Optional osProfile As HciOSProfile = Nothing, Optional sbeDeploymentPackageInfo As SbeDeploymentPackageInfo = Nothing, Optional storageProfile As HciStorageProfile = Nothing, Optional hardwareProcessorType As String = Nothing) As HciReportedProperties
Parameters
- deviceState
- Nullable<HciEdgeDeviceState>
edge device state.
- extensions
- IEnumerable<HciEdgeDeviceArcExtension>
List of Arc extensions installed on edge device.
- lastSyncedOn
- Nullable<DateTimeOffset>
Most recent edge device sync timestamp in UTC.
- confidentialVmProfile
- ConfidentialVmProfile
CVM support details for edge device.
- networkProfile
- HciNetworkProfile
HCI device network information.
- osProfile
- HciOSProfile
HCI device OS specific information.
- sbeDeploymentPackageInfo
- SbeDeploymentPackageInfo
Solution builder extension (SBE) deployment package information.
- storageProfile
- HciStorageProfile
Hci device storage specific information.
- hardwareProcessorType
- String
Process type of the device.
Returns
A new HciReportedProperties instance for mocking.