57 строки
5.6 KiB
YAML
57 строки
5.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap"
|
|
name: "ApplicationGatewayUrlPathMap"
|
|
nameWithType: "ApplicationGatewayUrlPathMap"
|
|
summary: "A client-side representation of an application gateway's URL path map."
|
|
syntax: "public interface **ApplicationGatewayUrlPathMap**</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.ApplicationGatewayUrlPathMapInner?alt=com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapInner&text=ApplicationGatewayUrlPathMapInner\" 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.ApplicationGateway?alt=com.microsoft.azure.management.network.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap.defaultBackend()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap.defaultBackend()"
|
|
name: "defaultBackend()"
|
|
nameWithType: "ApplicationGatewayUrlPathMap.defaultBackend()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ApplicationGatewayBackend defaultBackend()"
|
|
returns:
|
|
description: "default 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.ApplicationGatewayUrlPathMap.defaultBackendHttpConfiguration()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap.defaultBackendHttpConfiguration()"
|
|
name: "defaultBackendHttpConfiguration()"
|
|
nameWithType: "ApplicationGatewayUrlPathMap.defaultBackendHttpConfiguration()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ApplicationGatewayBackendHttpConfiguration defaultBackendHttpConfiguration()"
|
|
returns:
|
|
description: "default 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.ApplicationGatewayUrlPathMap.defaultRedirectConfiguration()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap.defaultRedirectConfiguration()"
|
|
name: "defaultRedirectConfiguration()"
|
|
nameWithType: "ApplicationGatewayUrlPathMap.defaultRedirectConfiguration()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ApplicationGatewayRedirectConfiguration defaultRedirectConfiguration()"
|
|
returns:
|
|
description: "default redirect configuration"
|
|
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.ApplicationGatewayUrlPathMap.pathRules()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap.pathRules()"
|
|
name: "pathRules()"
|
|
nameWithType: "ApplicationGatewayUrlPathMap.pathRules()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,ApplicationGatewayPathRule> pathRules()"
|
|
returns:
|
|
description: "path rules of URL path map resource"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayPathRule?alt=com.microsoft.azure.management.network.ApplicationGatewayPathRule&text=ApplicationGatewayPathRule\" 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.ApplicationGateway?alt=com.microsoft.azure.management.network.ApplicationGateway&text=ApplicationGateway\" 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.ApplicationGatewayUrlPathMapInner?alt=com.microsoft.azure.management.network.implementation.ApplicationGatewayUrlPathMapInner&text=ApplicationGatewayUrlPathMapInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|