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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET