public sealed class GetProvisioningConfigRequest : IMessage<GetProvisioningConfigRequest>, IEquatable<GetProvisioningConfigRequest>, IDeepCloneable<GetProvisioningConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class GetProvisioningConfigRequest.
[[["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 `GetProvisioningConfigRequest` class within the Bare Metal Solution v2 API, specifically version 1.4.0, and the most recent version available is 1.7.0."],["`GetProvisioningConfigRequest` is a request class used to retrieve provisioning configurations and it inherits from `object` while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and another that accepts an existing `GetProvisioningConfigRequest` object for copying."],["The class has properties, `Name` which is a string and it is a required property for naming a ProvisioningConfig, and `ProvisioningConfigName`, which is of type ProvisioningConfigName."],["The document also lists inherited members, namespace, assembly information and all the available versions from 1.0.0 up to 1.7.0."]]],[]]