BackendProxyContract 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 Backend WebProxy Server to use in the Request to Backend.
public class BackendProxyContract : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.BackendProxyContract>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.BackendProxyContract>
type BackendProxyContract = class
interface IJsonModel<BackendProxyContract>
interface IPersistableModel<BackendProxyContract>
Public Class BackendProxyContract
Implements IJsonModel(Of BackendProxyContract), IPersistableModel(Of BackendProxyContract)
- Inheritance
-
BackendProxyContract
- Implements
Constructors
BackendProxyContract(Uri) |
Initializes a new instance of BackendProxyContract. |
Properties
Password |
Password to connect to the WebProxy Server. |
Uri |
WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings. |
Username |
Username to connect to the WebProxy server. |
Explicit Interface Implementations
IJsonModel<BackendProxyContract>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BackendProxyContract>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BackendProxyContract>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BackendProxyContract>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BackendProxyContract>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET