108 строки
8.6 KiB
YAML
108 строки
8.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration"
|
|
name: "ApplicationGatewayUrlConfiguration"
|
|
nameWithType: "ApplicationGatewayUrlConfiguration"
|
|
summary: "Url configuration of the Actions set in Application Gateway."
|
|
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 **ApplicationGatewayUrlConfiguration**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration.ApplicationGatewayUrlConfiguration()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration.ApplicationGatewayUrlConfiguration()"
|
|
name: "ApplicationGatewayUrlConfiguration()"
|
|
nameWithType: "ApplicationGatewayUrlConfiguration.ApplicationGatewayUrlConfiguration()"
|
|
syntax: "public ApplicationGatewayUrlConfiguration()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration.modifiedPath()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration.modifiedPath()"
|
|
name: "modifiedPath()"
|
|
nameWithType: "ApplicationGatewayUrlConfiguration.modifiedPath()"
|
|
summary: "Get url path which user has provided for url rewrite."
|
|
syntax: "public String modifiedPath()"
|
|
desc: "Get url path which user has provided for url rewrite. Null means no path will be updated. Default value is null."
|
|
returns:
|
|
description: "the modifiedPath 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.ApplicationGatewayUrlConfiguration.modifiedQueryString()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration.modifiedQueryString()"
|
|
name: "modifiedQueryString()"
|
|
nameWithType: "ApplicationGatewayUrlConfiguration.modifiedQueryString()"
|
|
summary: "Get query string which user has provided for url rewrite."
|
|
syntax: "public String modifiedQueryString()"
|
|
desc: "Get query string which user has provided for url rewrite. Null means no query string will be updated. Default value is null."
|
|
returns:
|
|
description: "the modifiedQueryString 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.ApplicationGatewayUrlConfiguration.reroute()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration.reroute()"
|
|
name: "reroute()"
|
|
nameWithType: "ApplicationGatewayUrlConfiguration.reroute()"
|
|
summary: "Get if set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path."
|
|
syntax: "public Boolean reroute()"
|
|
desc: "Get if set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path. Default value is false."
|
|
returns:
|
|
description: "the reroute 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.ApplicationGatewayUrlConfiguration.withModifiedPath(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration.withModifiedPath(String modifiedPath)"
|
|
name: "withModifiedPath(String modifiedPath)"
|
|
nameWithType: "ApplicationGatewayUrlConfiguration.withModifiedPath(String modifiedPath)"
|
|
summary: "Set url path which user has provided for url rewrite."
|
|
parameters:
|
|
- description: "the modifiedPath value to set"
|
|
name: "modifiedPath"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayUrlConfiguration withModifiedPath(String modifiedPath)"
|
|
desc: "Set url path which user has provided for url rewrite. Null means no path will be updated. Default value is null."
|
|
returns:
|
|
description: "the ApplicationGatewayUrlConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration?alt=com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration&text=ApplicationGatewayUrlConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration.withModifiedQueryString(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration.withModifiedQueryString(String modifiedQueryString)"
|
|
name: "withModifiedQueryString(String modifiedQueryString)"
|
|
nameWithType: "ApplicationGatewayUrlConfiguration.withModifiedQueryString(String modifiedQueryString)"
|
|
summary: "Set query string which user has provided for url rewrite."
|
|
parameters:
|
|
- description: "the modifiedQueryString value to set"
|
|
name: "modifiedQueryString"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayUrlConfiguration withModifiedQueryString(String modifiedQueryString)"
|
|
desc: "Set query string which user has provided for url rewrite. Null means no query string will be updated. Default value is null."
|
|
returns:
|
|
description: "the ApplicationGatewayUrlConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration?alt=com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration&text=ApplicationGatewayUrlConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration.withReroute(java.lang.Boolean)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration.withReroute(Boolean reroute)"
|
|
name: "withReroute(Boolean reroute)"
|
|
nameWithType: "ApplicationGatewayUrlConfiguration.withReroute(Boolean reroute)"
|
|
summary: "Set if set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path."
|
|
parameters:
|
|
- description: "the reroute value to set"
|
|
name: "reroute"
|
|
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public ApplicationGatewayUrlConfiguration withReroute(Boolean reroute)"
|
|
desc: "Set if set as true, it will re-evaluate the url path map provided in path based request routing rules using modified path. Default value is false."
|
|
returns:
|
|
description: "the ApplicationGatewayUrlConfiguration object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration?alt=com.microsoft.azure.management.network.ApplicationGatewayUrlConfiguration&text=ApplicationGatewayUrlConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Url configuration of the Actions set in Application Gateway."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|