BackendCredentialsContract 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.
Details of the Credentials used to connect to Backend.
public class BackendCredentialsContract : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.BackendCredentialsContract>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.BackendCredentialsContract>
type BackendCredentialsContract = class
interface IJsonModel<BackendCredentialsContract>
interface IPersistableModel<BackendCredentialsContract>
Public Class BackendCredentialsContract
Implements IJsonModel(Of BackendCredentialsContract), IPersistableModel(Of BackendCredentialsContract)
- Inheritance
-
BackendCredentialsContract
- Implements
Constructors
BackendCredentialsContract() |
Initializes a new instance of BackendCredentialsContract. |
Properties
Authorization |
Authorization header authentication. |
Certificate |
List of Client Certificate Thumbprints. Will be ignored if certificatesIds are provided. |
CertificateIds |
List of Client Certificate Ids. |
Header |
Header Parameter description. |
Query |
Query Parameter description. |
Explicit Interface Implementations
IJsonModel<BackendCredentialsContract>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BackendCredentialsContract>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BackendCredentialsContract>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BackendCredentialsContract>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BackendCredentialsContract>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET