ArmHciModelFactory.EdgeMachineReportedProperties 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.EdgeMachineReportedProperties EdgeMachineReportedProperties(DateTimeOffset? lastUpdatedOn = default, Azure.ResourceManager.Hci.Models.EdgeMachineNetworkProfile networkProfile = default, Azure.ResourceManager.Hci.Models.HciDeploymentOSProfile osProfile = default, Azure.ResourceManager.Hci.Models.HciDeploymentHardwareProfile hardwareProfile = default, long? storagePoolableDisksCount = default, Azure.ResourceManager.Hci.Models.SbeDeploymentPackageInfo sbeDeploymentPackageInfo = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.HciEdgeDeviceArcExtension> extensions = default);
static member EdgeMachineReportedProperties : Nullable<DateTimeOffset> * Azure.ResourceManager.Hci.Models.EdgeMachineNetworkProfile * Azure.ResourceManager.Hci.Models.HciDeploymentOSProfile * Azure.ResourceManager.Hci.Models.HciDeploymentHardwareProfile * Nullable<int64> * Azure.ResourceManager.Hci.Models.SbeDeploymentPackageInfo * seq<Azure.ResourceManager.Hci.Models.HciEdgeDeviceArcExtension> -> Azure.ResourceManager.Hci.Models.EdgeMachineReportedProperties
Public Shared Function EdgeMachineReportedProperties (Optional lastUpdatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional networkProfile As EdgeMachineNetworkProfile = Nothing, Optional osProfile As HciDeploymentOSProfile = Nothing, Optional hardwareProfile As HciDeploymentHardwareProfile = Nothing, Optional storagePoolableDisksCount As Nullable(Of Long) = Nothing, Optional sbeDeploymentPackageInfo As SbeDeploymentPackageInfo = Nothing, Optional extensions As IEnumerable(Of HciEdgeDeviceArcExtension) = Nothing) As EdgeMachineReportedProperties
Parameters
- lastUpdatedOn
- Nullable<DateTimeOffset>
Last time data reported.
- networkProfile
- EdgeMachineNetworkProfile
Network details for edge machine.
- osProfile
- HciDeploymentOSProfile
OS Properties for edge machine.
- hardwareProfile
- HciDeploymentHardwareProfile
Hardware related information for edge machine.
Number of storage disks in the device with $CanPool as true.
- sbeDeploymentPackageInfo
- SbeDeploymentPackageInfo
Solution builder extension (SBE) deployment package information.
- extensions
- IEnumerable<HciEdgeDeviceArcExtension>
List of Arc extensions installed on edge device.
Returns
A new EdgeMachineReportedProperties instance for mocking.