ArmHciModelFactory.HciArcEnabledEdgeDeviceProperties 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 HciArcEnabledEdgeDeviceProperties.
public static Azure.ResourceManager.Hci.Models.HciArcEnabledEdgeDeviceProperties HciArcEnabledEdgeDeviceProperties (Azure.ResourceManager.Hci.Models.HciEdgeDeviceConfiguration deviceConfiguration = default, Azure.ResourceManager.Hci.Models.HciProvisioningState? provisioningState = default, Azure.ResourceManager.Hci.Models.HciReportedProperties reportedProperties = default);
static member HciArcEnabledEdgeDeviceProperties : Azure.ResourceManager.Hci.Models.HciEdgeDeviceConfiguration * Nullable<Azure.ResourceManager.Hci.Models.HciProvisioningState> * Azure.ResourceManager.Hci.Models.HciReportedProperties -> Azure.ResourceManager.Hci.Models.HciArcEnabledEdgeDeviceProperties
Public Shared Function HciArcEnabledEdgeDeviceProperties (Optional deviceConfiguration As HciEdgeDeviceConfiguration = Nothing, Optional provisioningState As Nullable(Of HciProvisioningState) = Nothing, Optional reportedProperties As HciReportedProperties = Nothing) As HciArcEnabledEdgeDeviceProperties
Parameters
- deviceConfiguration
- HciEdgeDeviceConfiguration
Device Configuration.
- provisioningState
- Nullable<HciProvisioningState>
Provisioning state of edgeDevice resource.
- reportedProperties
- HciReportedProperties
The instance view of all current configurations on HCI device.
Returns
A new HciArcEnabledEdgeDeviceProperties instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET