public sealed class GetProviderRequest : IMessage<GetProviderRequest>, IEquatable<GetProviderRequest>, IDeepCloneable<GetProviderRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class GetProviderRequest.
[[["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."],[[["This document provides reference information for the `GetProviderRequest` class within the Integration Connectors v1 API."],["`GetProviderRequest` is used as a request message for the `Connectors.GetProvider` operation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and one that takes another `GetProviderRequest` object as a parameter."],["It includes two properties: `Name`, a required string representing the resource name, and `ProviderName`, a `ProviderName`-typed view over the `Name` property."]]],[]]