ArmHciModelFactory.HciEdgeDeviceProperties 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 HciEdgeDeviceProperties.
public static Azure.ResourceManager.Hci.Models.HciEdgeDeviceProperties HciEdgeDeviceProperties (Azure.ResourceManager.Hci.Models.HciEdgeDeviceConfiguration deviceConfiguration = default, Azure.ResourceManager.Hci.Models.HciProvisioningState? provisioningState = default);
static member HciEdgeDeviceProperties : Azure.ResourceManager.Hci.Models.HciEdgeDeviceConfiguration * Nullable<Azure.ResourceManager.Hci.Models.HciProvisioningState> -> Azure.ResourceManager.Hci.Models.HciEdgeDeviceProperties
Public Shared Function HciEdgeDeviceProperties (Optional deviceConfiguration As HciEdgeDeviceConfiguration = Nothing, Optional provisioningState As Nullable(Of HciProvisioningState) = Nothing) As HciEdgeDeviceProperties
Parameters
- deviceConfiguration
- HciEdgeDeviceConfiguration
Device Configuration.
- provisioningState
- Nullable<HciProvisioningState>
Provisioning state of edgeDevice resource.
Returns
A new HciEdgeDeviceProperties instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.