public sealed class SubmitProvisioningConfigResponse : IMessage<SubmitProvisioningConfigResponse>, IEquatable<SubmitProvisioningConfigResponse>, IDeepCloneable<SubmitProvisioningConfigResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class SubmitProvisioningConfigResponse.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This document provides reference documentation for the `SubmitProvisioningConfigResponse` class within the Bare Metal Solution v2 API, specifically version 1.3.0."],["The `SubmitProvisioningConfigResponse` class serves as the response type for the `SubmitProvisioningConfig` operation within the API."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionality within the .NET framework."],["The class has two constructors: a default one and another that accepts an instance of `SubmitProvisioningConfigResponse` for cloning."],["The `ProvisioningConfig` property, of type `ProvisioningConfig`, holds the submitted provisioning configuration."]]],[]]