57 строки
5.3 KiB
YAML
57 строки
5.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ApplicationGatewayPathRule"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayPathRule"
|
|
name: "ApplicationGatewayPathRule"
|
|
nameWithType: "ApplicationGatewayPathRule"
|
|
summary: "A client-side representation of an application gateway's URL path map."
|
|
syntax: "public interface **ApplicationGatewayPathRule**</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\" /><<xref href=\"com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner?alt=com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner&text=ApplicationGatewayPathRuleInner\" data-throw-if-not-resolved=\"False\" />>, <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\" /><<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap?alt=com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap&text=ApplicationGatewayUrlPathMap\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayPathRule.backend()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayPathRule.backend()"
|
|
name: "backend()"
|
|
nameWithType: "ApplicationGatewayPathRule.backend()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ApplicationGatewayBackend backend()"
|
|
returns:
|
|
description: "backend address pool resource of URL path map path rule"
|
|
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.ApplicationGatewayPathRule.backendHttpConfiguration()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayPathRule.backendHttpConfiguration()"
|
|
name: "backendHttpConfiguration()"
|
|
nameWithType: "ApplicationGatewayPathRule.backendHttpConfiguration()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ApplicationGatewayBackendHttpConfiguration backendHttpConfiguration()"
|
|
returns:
|
|
description: "backend http settings resource of URL path map path rule"
|
|
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.ApplicationGatewayPathRule.paths()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayPathRule.paths()"
|
|
name: "paths()"
|
|
nameWithType: "ApplicationGatewayPathRule.paths()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<String> paths()"
|
|
returns:
|
|
description: "paths for URL path map rule."
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayPathRule.redirectConfiguration()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayPathRule.redirectConfiguration()"
|
|
name: "redirectConfiguration()"
|
|
nameWithType: "ApplicationGatewayPathRule.redirectConfiguration()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ApplicationGatewayRedirectConfiguration redirectConfiguration()"
|
|
returns:
|
|
description: "redirect configuration resource of URL path map path rule"
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayRedirectConfiguration?alt=com.microsoft.azure.management.network.ApplicationGatewayRedirectConfiguration&text=ApplicationGatewayRedirectConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "A client-side representation of an application gateway's URL path map."
|
|
implements:
|
|
- "<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\" /><<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap?alt=com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap&text=ApplicationGatewayUrlPathMap\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<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\" /><<xref href=\"com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner?alt=com.microsoft.azure.management.network.implementation.ApplicationGatewayPathRuleInner&text=ApplicationGatewayPathRuleInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|