azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
7.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract"
name: "BackendProxyContract"
nameWithType: "BackendProxyContract"
summary: "Details of the Backend Web<wbr>Proxy Server to use in the Request to Backend."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **BackendProxyContract**"
constructors:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract.BackendProxyContract()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract.BackendProxyContract()"
name: "BackendProxyContract()"
nameWithType: "BackendProxyContract.BackendProxyContract()"
syntax: "public BackendProxyContract()"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract.password()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract.password()"
name: "password()"
nameWithType: "BackendProxyContract.password()"
summary: "Get password to connect to the Web<wbr>Proxy Server."
syntax: "public String password()"
desc: "Get password to connect to the WebProxy Server."
returns:
description: "the password value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract.url()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract.url()"
name: "url()"
nameWithType: "BackendProxyContract.url()"
summary: "Get web<wbr>Proxy Server Absolute<wbr>Uri property which includes the entire URI stored in the Uri instance, including all fragments and query strings."
syntax: "public String url()"
desc: "Get webProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings."
returns:
description: "the url value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract.username()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract.username()"
name: "username()"
nameWithType: "BackendProxyContract.username()"
summary: "Get username to connect to the Web<wbr>Proxy server."
syntax: "public String username()"
desc: "Get username to connect to the WebProxy server."
returns:
description: "the username value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract.withPassword(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract.withPassword(String password)"
name: "withPassword(String password)"
nameWithType: "BackendProxyContract.withPassword(String password)"
summary: "Set password to connect to the Web<wbr>Proxy Server."
parameters:
- description: "the password value to set"
name: "password"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BackendProxyContract withPassword(String password)"
desc: "Set password to connect to the WebProxy Server."
returns:
description: "the BackendProxyContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract&text=BackendProxyContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract.withUrl(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract.withUrl(String url)"
name: "withUrl(String url)"
nameWithType: "BackendProxyContract.withUrl(String url)"
summary: "Set web<wbr>Proxy Server Absolute<wbr>Uri property which includes the entire URI stored in the Uri instance, including all fragments and query strings."
parameters:
- description: "the url value to set"
name: "url"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BackendProxyContract withUrl(String url)"
desc: "Set webProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings."
returns:
description: "the BackendProxyContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract&text=BackendProxyContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract.withUsername(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract.withUsername(String username)"
name: "withUsername(String username)"
nameWithType: "BackendProxyContract.withUsername(String username)"
summary: "Set username to connect to the Web<wbr>Proxy server."
parameters:
- description: "the username value to set"
name: "username"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BackendProxyContract withUsername(String username)"
desc: "Set username to connect to the WebProxy server."
returns:
description: "the BackendProxyContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.BackendProxyContract&text=BackendProxyContract\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Details of the Backend WebProxy Server to use in the Request to Backend."
metadata: {}
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1