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

104 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule"
name: "ApplicationGatewayRequestRoutingRule"
nameWithType: "ApplicationGatewayRequestRoutingRule"
summary: "A client-side representation of an application gateway request routing rule."
syntax: "public interface **ApplicationGatewayRequestRoutingRule**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.ApplicationGatewayRequestRoutingRuleInner?alt=com.microsoft.azure.management.network.implementation.ApplicationGatewayRequestRoutingRuleInner&text=ApplicationGatewayRequestRoutingRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource&text=ChildResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.ApplicationGateway?alt=com.microsoft.azure.management.network.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.network.model.HasPublicIPAddress?alt=com.microsoft.azure.management.network.model.HasPublicIPAddress&text=HasPublicIPAddress\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.network.model.HasSslCertificate?alt=com.microsoft.azure.management.network.model.HasSslCertificate&text=HasSslCertificate\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.ApplicationGatewaySslCertificate?alt=com.microsoft.azure.management.network.ApplicationGatewaySslCertificate&text=ApplicationGatewaySslCertificate\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.network.model.HasFrontendPort?alt=com.microsoft.azure.management.network.model.HasFrontendPort&text=HasFrontendPort\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.network.model.HasBackendPort?alt=com.microsoft.azure.management.network.model.HasBackendPort&text=HasBackendPort\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.network.model.HasHostName?alt=com.microsoft.azure.management.network.model.HasHostName&text=HasHostName\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.network.model.HasCookieBasedAffinity?alt=com.microsoft.azure.management.network.model.HasCookieBasedAffinity&text=HasCookieBasedAffinity\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.network.model.HasServerNameIndication?alt=com.microsoft.azure.management.network.model.HasServerNameIndication&text=HasServerNameIndication\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.backend()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.backend()"
name: "backend()"
nameWithType: "ApplicationGatewayRequestRoutingRule.backend()"
modifiers:
- "abstract"
syntax: "public abstract ApplicationGatewayBackend backend()"
returns:
description: "the associated backend address pool"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackend?alt=com.microsoft.azure.management.network.ApplicationGatewayBackend&text=ApplicationGatewayBackend\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.backendAddresses()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.backendAddresses()"
name: "backendAddresses()"
nameWithType: "ApplicationGatewayRequestRoutingRule.backendAddresses()"
modifiers:
- "abstract"
syntax: "public abstract Collection<ApplicationGatewayBackendAddress> backendAddresses()"
returns:
description: "the addresses assigned to the associated backend"
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendAddress?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendAddress&text=ApplicationGatewayBackendAddress\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.backendHttpConfiguration()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.backendHttpConfiguration()"
name: "backendHttpConfiguration()"
nameWithType: "ApplicationGatewayRequestRoutingRule.backendHttpConfiguration()"
modifiers:
- "abstract"
syntax: "public abstract ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()"
returns:
description: "the associated backend HTTP settings configuration"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration&text=ApplicationGatewayBackendHttpConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.frontendProtocol()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.frontendProtocol()"
name: "frontendProtocol()"
nameWithType: "ApplicationGatewayRequestRoutingRule.frontendProtocol()"
modifiers:
- "abstract"
syntax: "public abstract ApplicationGatewayProtocol frontendProtocol()"
returns:
description: "the frontend 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\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.listener()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.listener()"
name: "listener()"
nameWithType: "ApplicationGatewayRequestRoutingRule.listener()"
modifiers:
- "abstract"
syntax: "public abstract ApplicationGatewayListener listener()"
returns:
description: "the associated frontend HTTP listener"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayListener?alt=com.microsoft.azure.management.network.ApplicationGatewayListener&text=ApplicationGatewayListener\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.redirectConfiguration()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.redirectConfiguration()"
name: "redirectConfiguration()"
nameWithType: "ApplicationGatewayRequestRoutingRule.redirectConfiguration()"
modifiers:
- "abstract"
syntax: "public abstract ApplicationGatewayRedirectConfiguration redirectConfiguration()"
returns:
description: "the redirect configuration associated with this request routing rule, if any"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayRedirectConfiguration?alt=com.microsoft.azure.management.network.ApplicationGatewayRedirectConfiguration&text=ApplicationGatewayRedirectConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.ruleType()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.ruleType()"
name: "ruleType()"
nameWithType: "ApplicationGatewayRequestRoutingRule.ruleType()"
modifiers:
- "abstract"
syntax: "public abstract ApplicationGatewayRequestRoutingRuleType ruleType()"
returns:
description: "rule type"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRuleType?alt=com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRuleType&text=ApplicationGatewayRequestRoutingRuleType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.urlPathMap()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.urlPathMap()"
name: "urlPathMap()"
nameWithType: "ApplicationGatewayRequestRoutingRule.urlPathMap()"
modifiers:
- "abstract"
syntax: "public abstract ApplicationGatewayUrlPathMap urlPathMap()"
returns:
description: "the associated URL path map"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap?alt=com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap&text=ApplicationGatewayUrlPathMap\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "A client-side representation of an application gateway request routing rule."
implements:
- "<xref href=\"com.microsoft.azure.management.network.model.HasBackendPort?alt=com.microsoft.azure.management.network.model.HasBackendPort&text=HasBackendPort\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.network.model.HasCookieBasedAffinity?alt=com.microsoft.azure.management.network.model.HasCookieBasedAffinity&text=HasCookieBasedAffinity\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.network.model.HasFrontendPort?alt=com.microsoft.azure.management.network.model.HasFrontendPort&text=HasFrontendPort\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.network.model.HasHostName?alt=com.microsoft.azure.management.network.model.HasHostName&text=HasHostName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.network.model.HasPublicIPAddress?alt=com.microsoft.azure.management.network.model.HasPublicIPAddress&text=HasPublicIPAddress\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.network.model.HasServerNameIndication?alt=com.microsoft.azure.management.network.model.HasServerNameIndication&text=HasServerNameIndication\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.network.model.HasSslCertificate?alt=com.microsoft.azure.management.network.model.HasSslCertificate&text=HasSslCertificate\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.ApplicationGatewaySslCertificate?alt=com.microsoft.azure.management.network.ApplicationGatewaySslCertificate&text=ApplicationGatewaySslCertificate\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource&text=ChildResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.ApplicationGateway?alt=com.microsoft.azure.management.network.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.ApplicationGatewayRequestRoutingRuleInner?alt=com.microsoft.azure.management.network.implementation.ApplicationGatewayRequestRoutingRuleInner&text=ApplicationGatewayRequestRoutingRuleInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4