OAuth2AuthenticationSettingsContract Class
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.
API OAuth2 Authentication settings details.
public class OAuth2AuthenticationSettingsContract : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.OAuth2AuthenticationSettingsContract>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.OAuth2AuthenticationSettingsContract>
type OAuth2AuthenticationSettingsContract = class
interface IJsonModel<OAuth2AuthenticationSettingsContract>
interface IPersistableModel<OAuth2AuthenticationSettingsContract>
Public Class OAuth2AuthenticationSettingsContract
Implements IJsonModel(Of OAuth2AuthenticationSettingsContract), IPersistableModel(Of OAuth2AuthenticationSettingsContract)
- Inheritance
-
OAuth2AuthenticationSettingsContract
- Implements
Constructors
OAuth2AuthenticationSettingsContract() |
Initializes a new instance of OAuth2AuthenticationSettingsContract. |
Properties
AuthorizationServerId |
OAuth authorization server identifier. |
Scope |
operations scope. |
Explicit Interface Implementations
IJsonModel<OAuth2AuthenticationSettingsContract>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<OAuth2AuthenticationSettingsContract>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<OAuth2AuthenticationSettingsContract>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<OAuth2AuthenticationSettingsContract>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<OAuth2AuthenticationSettingsContract>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET