407 строки
34 KiB
YAML
407 строки
34 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings"
|
|
name: "ApplicationGatewayBackendHttpSettings"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings"
|
|
summary: "Backend address pool settings of an application gateway."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.SubResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.microsoft.azure.SubResource.id()?alt=com.microsoft.azure.SubResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.SubResource.withId(java.lang.String)?alt=com.microsoft.azure.SubResource.withId&text=withId\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 **ApplicationGatewayBackendHttpSettings**</br> extends <xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.ApplicationGatewayBackendHttpSettings()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.ApplicationGatewayBackendHttpSettings()"
|
|
name: "ApplicationGatewayBackendHttpSettings()"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.ApplicationGatewayBackendHttpSettings()"
|
|
syntax: "public ApplicationGatewayBackendHttpSettings()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.affinityCookieName()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.affinityCookieName()"
|
|
name: "affinityCookieName()"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.affinityCookieName()"
|
|
summary: "Get cookie name to use for the affinity cookie."
|
|
syntax: "public String affinityCookieName()"
|
|
desc: "Get cookie name to use for the affinity cookie."
|
|
returns:
|
|
description: "the affinityCookieName value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.authenticationCertificates()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.authenticationCertificates()"
|
|
name: "authenticationCertificates()"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.authenticationCertificates()"
|
|
summary: "Get array of references to application gateway authentication certificates."
|
|
syntax: "public List<SubResource> authenticationCertificates()"
|
|
desc: "Get array of references to application gateway authentication certificates."
|
|
returns:
|
|
description: "the authenticationCertificates value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.connectionDraining()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.connectionDraining()"
|
|
name: "connectionDraining()"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.connectionDraining()"
|
|
summary: "Get connection draining of the backend http settings resource."
|
|
syntax: "public ApplicationGatewayConnectionDraining connectionDraining()"
|
|
desc: "Get connection draining of the backend http settings resource."
|
|
returns:
|
|
description: "the connectionDraining value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayConnectionDraining?alt=com.microsoft.azure.management.network.ApplicationGatewayConnectionDraining&text=ApplicationGatewayConnectionDraining\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.cookieBasedAffinity()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.cookieBasedAffinity()"
|
|
name: "cookieBasedAffinity()"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.cookieBasedAffinity()"
|
|
summary: "Get cookie based affinity."
|
|
syntax: "public ApplicationGatewayCookieBasedAffinity cookieBasedAffinity()"
|
|
desc: "Get cookie based affinity. Possible values include: 'Enabled', 'Disabled'."
|
|
returns:
|
|
description: "the cookieBasedAffinity value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayCookieBasedAffinity?alt=com.microsoft.azure.management.network.ApplicationGatewayCookieBasedAffinity&text=ApplicationGatewayCookieBasedAffinity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.etag()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.etag()"
|
|
name: "etag()"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.etag()"
|
|
summary: "Get a unique read-only string that changes whenever the resource is updated."
|
|
syntax: "public String etag()"
|
|
desc: "Get a unique read-only string that changes whenever the resource is updated."
|
|
returns:
|
|
description: "the etag value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.hostName()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.hostName()"
|
|
name: "hostName()"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.hostName()"
|
|
summary: "Get host header to be sent to the backend servers."
|
|
syntax: "public String hostName()"
|
|
desc: "Get host header to be sent to the backend servers."
|
|
returns:
|
|
description: "the hostName value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.name()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.name()"
|
|
name: "name()"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.name()"
|
|
summary: "Get name of the backend http settings that is unique within an Application Gateway."
|
|
syntax: "public String name()"
|
|
desc: "Get name of the backend http settings that is unique within an Application Gateway."
|
|
returns:
|
|
description: "the name value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.path()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.path()"
|
|
name: "path()"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.path()"
|
|
summary: "Get path which should be used as a prefix for all HTTP requests."
|
|
syntax: "public String path()"
|
|
desc: "Get path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null."
|
|
returns:
|
|
description: "the path value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.pickHostNameFromBackendAddress()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.pickHostNameFromBackendAddress()"
|
|
name: "pickHostNameFromBackendAddress()"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.pickHostNameFromBackendAddress()"
|
|
summary: "Get whether to pick host header should be picked from the host name of the backend server."
|
|
syntax: "public Boolean pickHostNameFromBackendAddress()"
|
|
desc: "Get whether to pick host header should be picked from the host name of the backend server. Default value is false."
|
|
returns:
|
|
description: "the pickHostNameFromBackendAddress value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.port()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.port()"
|
|
name: "port()"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.port()"
|
|
summary: "Get the destination port on the backend."
|
|
syntax: "public Integer port()"
|
|
desc: "Get the destination port on the backend."
|
|
returns:
|
|
description: "the port value"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.probe()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.probe()"
|
|
name: "probe()"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.probe()"
|
|
summary: "Get probe resource of an application gateway."
|
|
syntax: "public SubResource probe()"
|
|
desc: "Get probe resource of an application gateway."
|
|
returns:
|
|
description: "the probe value"
|
|
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.probeEnabled()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.probeEnabled()"
|
|
name: "probeEnabled()"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.probeEnabled()"
|
|
summary: "Get whether the probe is enabled."
|
|
syntax: "public Boolean probeEnabled()"
|
|
desc: "Get whether the probe is enabled. Default value is false."
|
|
returns:
|
|
description: "the probeEnabled value"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.protocol()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.protocol()"
|
|
name: "protocol()"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.protocol()"
|
|
summary: "Get the protocol used to communicate with the backend."
|
|
syntax: "public ApplicationGatewayProtocol protocol()"
|
|
desc: "Get the protocol used to communicate with the backend. Possible values include: 'Http', 'Https'."
|
|
returns:
|
|
description: "the protocol value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayProtocol?alt=com.microsoft.azure.management.network.ApplicationGatewayProtocol&text=ApplicationGatewayProtocol\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.provisioningState()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.provisioningState()"
|
|
summary: "Get the provisioning state of the backend HTTP settings resource."
|
|
syntax: "public ProvisioningState provisioningState()"
|
|
desc: "Get the provisioning state of the backend HTTP settings resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'."
|
|
returns:
|
|
description: "the provisioningState value"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ProvisioningState?alt=com.microsoft.azure.management.network.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.requestTimeout()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.requestTimeout()"
|
|
name: "requestTimeout()"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.requestTimeout()"
|
|
summary: "Get request timeout in seconds."
|
|
syntax: "public Integer requestTimeout()"
|
|
desc: "Get request timeout in seconds. Application Gateway will fail the request if response is not received within RequestTimeout. Acceptable values are from 1 second to 86400 seconds."
|
|
returns:
|
|
description: "the requestTimeout value"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.trustedRootCertificates()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.trustedRootCertificates()"
|
|
name: "trustedRootCertificates()"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.trustedRootCertificates()"
|
|
summary: "Get array of references to application gateway trusted root certificates."
|
|
syntax: "public List<SubResource> trustedRootCertificates()"
|
|
desc: "Get array of references to application gateway trusted root certificates."
|
|
returns:
|
|
description: "the trustedRootCertificates value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.type()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.type()"
|
|
name: "type()"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.type()"
|
|
summary: "Get type of the resource."
|
|
syntax: "public String type()"
|
|
desc: "Get type of the resource."
|
|
returns:
|
|
description: "the type value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withAffinityCookieName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withAffinityCookieName(String affinityCookieName)"
|
|
name: "withAffinityCookieName(String affinityCookieName)"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.withAffinityCookieName(String affinityCookieName)"
|
|
summary: "Set cookie name to use for the affinity cookie."
|
|
parameters:
|
|
- description: "the affinityCookieName value to set"
|
|
name: "affinityCookieName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayBackendHttpSettings withAffinityCookieName(String affinityCookieName)"
|
|
desc: "Set cookie name to use for the affinity cookie."
|
|
returns:
|
|
description: "the ApplicationGatewayBackendHttpSettings object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings&text=ApplicationGatewayBackendHttpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withAuthenticationCertificates(java.util.List<com.microsoft.azure.SubResource>)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withAuthenticationCertificates(List<SubResource> authenticationCertificates)"
|
|
name: "withAuthenticationCertificates(List<SubResource> authenticationCertificates)"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.withAuthenticationCertificates(List<SubResource> authenticationCertificates)"
|
|
summary: "Set array of references to application gateway authentication certificates."
|
|
parameters:
|
|
- description: "the authenticationCertificates value to set"
|
|
name: "authenticationCertificates"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ApplicationGatewayBackendHttpSettings withAuthenticationCertificates(List<SubResource> authenticationCertificates)"
|
|
desc: "Set array of references to application gateway authentication certificates."
|
|
returns:
|
|
description: "the ApplicationGatewayBackendHttpSettings object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings&text=ApplicationGatewayBackendHttpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withConnectionDraining(com.microsoft.azure.management.network.ApplicationGatewayConnectionDraining)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withConnectionDraining(ApplicationGatewayConnectionDraining connectionDraining)"
|
|
name: "withConnectionDraining(ApplicationGatewayConnectionDraining connectionDraining)"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.withConnectionDraining(ApplicationGatewayConnectionDraining connectionDraining)"
|
|
summary: "Set connection draining of the backend http settings resource."
|
|
parameters:
|
|
- description: "the connectionDraining value to set"
|
|
name: "connectionDraining"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayConnectionDraining?alt=com.microsoft.azure.management.network.ApplicationGatewayConnectionDraining&text=ApplicationGatewayConnectionDraining\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayBackendHttpSettings withConnectionDraining(ApplicationGatewayConnectionDraining connectionDraining)"
|
|
desc: "Set connection draining of the backend http settings resource."
|
|
returns:
|
|
description: "the ApplicationGatewayBackendHttpSettings object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings&text=ApplicationGatewayBackendHttpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withCookieBasedAffinity(com.microsoft.azure.management.network.ApplicationGatewayCookieBasedAffinity)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withCookieBasedAffinity(ApplicationGatewayCookieBasedAffinity cookieBasedAffinity)"
|
|
name: "withCookieBasedAffinity(ApplicationGatewayCookieBasedAffinity cookieBasedAffinity)"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.withCookieBasedAffinity(ApplicationGatewayCookieBasedAffinity cookieBasedAffinity)"
|
|
summary: "Set cookie based affinity."
|
|
parameters:
|
|
- description: "the cookieBasedAffinity value to set"
|
|
name: "cookieBasedAffinity"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayCookieBasedAffinity?alt=com.microsoft.azure.management.network.ApplicationGatewayCookieBasedAffinity&text=ApplicationGatewayCookieBasedAffinity\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayBackendHttpSettings withCookieBasedAffinity(ApplicationGatewayCookieBasedAffinity cookieBasedAffinity)"
|
|
desc: "Set cookie based affinity. Possible values include: 'Enabled', 'Disabled'."
|
|
returns:
|
|
description: "the ApplicationGatewayBackendHttpSettings object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings&text=ApplicationGatewayBackendHttpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withHostName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withHostName(String hostName)"
|
|
name: "withHostName(String hostName)"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.withHostName(String hostName)"
|
|
summary: "Set host header to be sent to the backend servers."
|
|
parameters:
|
|
- description: "the hostName value to set"
|
|
name: "hostName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayBackendHttpSettings withHostName(String hostName)"
|
|
desc: "Set host header to be sent to the backend servers."
|
|
returns:
|
|
description: "the ApplicationGatewayBackendHttpSettings object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings&text=ApplicationGatewayBackendHttpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.withName(String name)"
|
|
summary: "Set name of the backend http settings that is unique within an Application Gateway."
|
|
parameters:
|
|
- description: "the name value to set"
|
|
name: "name"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayBackendHttpSettings withName(String name)"
|
|
desc: "Set name of the backend http settings that is unique within an Application Gateway."
|
|
returns:
|
|
description: "the ApplicationGatewayBackendHttpSettings object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings&text=ApplicationGatewayBackendHttpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withPath(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withPath(String path)"
|
|
name: "withPath(String path)"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.withPath(String path)"
|
|
summary: "Set path which should be used as a prefix for all HTTP requests."
|
|
parameters:
|
|
- description: "the path value to set"
|
|
name: "path"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayBackendHttpSettings withPath(String path)"
|
|
desc: "Set path which should be used as a prefix for all HTTP requests. Null means no path will be prefixed. Default value is null."
|
|
returns:
|
|
description: "the ApplicationGatewayBackendHttpSettings object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings&text=ApplicationGatewayBackendHttpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withPickHostNameFromBackendAddress(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withPickHostNameFromBackendAddress(Boolean pickHostNameFromBackendAddress)"
|
|
name: "withPickHostNameFromBackendAddress(Boolean pickHostNameFromBackendAddress)"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.withPickHostNameFromBackendAddress(Boolean pickHostNameFromBackendAddress)"
|
|
summary: "Set whether to pick host header should be picked from the host name of the backend server."
|
|
parameters:
|
|
- description: "the pickHostNameFromBackendAddress value to set"
|
|
name: "pickHostNameFromBackendAddress"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayBackendHttpSettings withPickHostNameFromBackendAddress(Boolean pickHostNameFromBackendAddress)"
|
|
desc: "Set whether to pick host header should be picked from the host name of the backend server. Default value is false."
|
|
returns:
|
|
description: "the ApplicationGatewayBackendHttpSettings object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings&text=ApplicationGatewayBackendHttpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withPort(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withPort(Integer port)"
|
|
name: "withPort(Integer port)"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.withPort(Integer port)"
|
|
summary: "Set the destination port on the backend."
|
|
parameters:
|
|
- description: "the port value to set"
|
|
name: "port"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayBackendHttpSettings withPort(Integer port)"
|
|
desc: "Set the destination port on the backend."
|
|
returns:
|
|
description: "the ApplicationGatewayBackendHttpSettings object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings&text=ApplicationGatewayBackendHttpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withProbe(com.microsoft.azure.SubResource)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withProbe(SubResource probe)"
|
|
name: "withProbe(SubResource probe)"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.withProbe(SubResource probe)"
|
|
summary: "Set probe resource of an application gateway."
|
|
parameters:
|
|
- description: "the probe value to set"
|
|
name: "probe"
|
|
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayBackendHttpSettings withProbe(SubResource probe)"
|
|
desc: "Set probe resource of an application gateway."
|
|
returns:
|
|
description: "the ApplicationGatewayBackendHttpSettings object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings&text=ApplicationGatewayBackendHttpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withProbeEnabled(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withProbeEnabled(Boolean probeEnabled)"
|
|
name: "withProbeEnabled(Boolean probeEnabled)"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.withProbeEnabled(Boolean probeEnabled)"
|
|
summary: "Set whether the probe is enabled."
|
|
parameters:
|
|
- description: "the probeEnabled value to set"
|
|
name: "probeEnabled"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayBackendHttpSettings withProbeEnabled(Boolean probeEnabled)"
|
|
desc: "Set whether the probe is enabled. Default value is false."
|
|
returns:
|
|
description: "the ApplicationGatewayBackendHttpSettings object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings&text=ApplicationGatewayBackendHttpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withProtocol(com.microsoft.azure.management.network.ApplicationGatewayProtocol)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withProtocol(ApplicationGatewayProtocol protocol)"
|
|
name: "withProtocol(ApplicationGatewayProtocol protocol)"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.withProtocol(ApplicationGatewayProtocol protocol)"
|
|
summary: "Set the protocol used to communicate with the backend."
|
|
parameters:
|
|
- description: "the protocol value to set"
|
|
name: "protocol"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayProtocol?alt=com.microsoft.azure.management.network.ApplicationGatewayProtocol&text=ApplicationGatewayProtocol\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayBackendHttpSettings withProtocol(ApplicationGatewayProtocol protocol)"
|
|
desc: "Set the protocol used to communicate with the backend. Possible values include: 'Http', 'Https'."
|
|
returns:
|
|
description: "the ApplicationGatewayBackendHttpSettings object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings&text=ApplicationGatewayBackendHttpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withRequestTimeout(java.lang.Integer)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withRequestTimeout(Integer requestTimeout)"
|
|
name: "withRequestTimeout(Integer requestTimeout)"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.withRequestTimeout(Integer requestTimeout)"
|
|
summary: "Set request timeout in seconds."
|
|
parameters:
|
|
- description: "the requestTimeout value to set"
|
|
name: "requestTimeout"
|
|
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayBackendHttpSettings withRequestTimeout(Integer requestTimeout)"
|
|
desc: "Set request timeout in seconds. Application Gateway will fail the request if response is not received within RequestTimeout. Acceptable values are from 1 second to 86400 seconds."
|
|
returns:
|
|
description: "the ApplicationGatewayBackendHttpSettings object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings&text=ApplicationGatewayBackendHttpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withTrustedRootCertificates(java.util.List<com.microsoft.azure.SubResource>)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings.withTrustedRootCertificates(List<SubResource> trustedRootCertificates)"
|
|
name: "withTrustedRootCertificates(List<SubResource> trustedRootCertificates)"
|
|
nameWithType: "ApplicationGatewayBackendHttpSettings.withTrustedRootCertificates(List<SubResource> trustedRootCertificates)"
|
|
summary: "Set array of references to application gateway trusted root certificates."
|
|
parameters:
|
|
- description: "the trustedRootCertificates value to set"
|
|
name: "trustedRootCertificates"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ApplicationGatewayBackendHttpSettings withTrustedRootCertificates(List<SubResource> trustedRootCertificates)"
|
|
desc: "Set array of references to application gateway trusted root certificates."
|
|
returns:
|
|
description: "the ApplicationGatewayBackendHttpSettings object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpSettings&text=ApplicationGatewayBackendHttpSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Backend address pool settings of an application gateway."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|