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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET