BackendProxyContract Constructors

Definition

Overloads

BackendProxyContract()

Initializes a new instance of the BackendProxyContract class.

BackendProxyContract(String, String, String)

Initializes a new instance of the BackendProxyContract class.

BackendProxyContract()

Initializes a new instance of the BackendProxyContract class.

public BackendProxyContract ();
Public Sub New ()

Applies to

BackendProxyContract(String, String, String)

Initializes a new instance of the BackendProxyContract class.

public BackendProxyContract (string url, string username = default, string password = default);
new Microsoft.Azure.Management.ApiManagement.Models.BackendProxyContract : string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.BackendProxyContract
Public Sub New (url As String, Optional username As String = Nothing, Optional password As String = Nothing)

Parameters

url
String

WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.

username
String

Username to connect to the WebProxy server

password
String

Password to connect to the WebProxy Server

Applies to