public sealed class GetSettingsRequest : IMessage<GetSettingsRequest>, IEquatable<GetSettingsRequest>, IDeepCloneable<GetSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class GetSettingsRequest.
[[["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-03-21 UTC."],[[["The `GetSettingsRequest` class is part of the Migration Center v1 API and is used to request settings."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetSettingsRequest` class includes constructors for creating new instances, either blank or from existing instances of `GetSettingsRequest`."],["It has two properties, `Name` (a string) and `SettingsName` (a `SettingsName` type), both related to resource identification."],["Several versions of the API are available for reference, from 1.0.0 to 1.4.0 (latest)."]]],[]]