109 строки
8.9 KiB
YAML
109 строки
8.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet"
|
|
name: "ApplicationGatewayRewriteRuleSet"
|
|
nameWithType: "ApplicationGatewayRewriteRuleSet"
|
|
summary: "Rewrite rule set 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 **ApplicationGatewayRewriteRuleSet**</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.ApplicationGatewayRewriteRuleSet.ApplicationGatewayRewriteRuleSet()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet.ApplicationGatewayRewriteRuleSet()"
|
|
name: "ApplicationGatewayRewriteRuleSet()"
|
|
nameWithType: "ApplicationGatewayRewriteRuleSet.ApplicationGatewayRewriteRuleSet()"
|
|
syntax: "public ApplicationGatewayRewriteRuleSet()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet.etag()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet.etag()"
|
|
name: "etag()"
|
|
nameWithType: "ApplicationGatewayRewriteRuleSet.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.ApplicationGatewayRewriteRuleSet.name()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet.name()"
|
|
name: "name()"
|
|
nameWithType: "ApplicationGatewayRewriteRuleSet.name()"
|
|
summary: "Get name of the rewrite rule set that is unique within an Application Gateway."
|
|
syntax: "public String name()"
|
|
desc: "Get name of the rewrite rule set 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.ApplicationGatewayRewriteRuleSet.provisioningState()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "ApplicationGatewayRewriteRuleSet.provisioningState()"
|
|
summary: "Get the provisioning state of the rewrite rule set resource."
|
|
syntax: "public ProvisioningState provisioningState()"
|
|
desc: "Get the provisioning state of the rewrite rule set 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.ApplicationGatewayRewriteRuleSet.rewriteRules()"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet.rewriteRules()"
|
|
name: "rewriteRules()"
|
|
nameWithType: "ApplicationGatewayRewriteRuleSet.rewriteRules()"
|
|
summary: "Get rewrite rules in the rewrite rule set."
|
|
syntax: "public List<ApplicationGatewayRewriteRule> rewriteRules()"
|
|
desc: "Get rewrite rules in the rewrite rule set."
|
|
returns:
|
|
description: "the rewriteRules value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayRewriteRule?alt=com.microsoft.azure.management.network.ApplicationGatewayRewriteRule&text=ApplicationGatewayRewriteRule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet.withName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "ApplicationGatewayRewriteRuleSet.withName(String name)"
|
|
summary: "Set name of the rewrite rule set 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 ApplicationGatewayRewriteRuleSet withName(String name)"
|
|
desc: "Set name of the rewrite rule set that is unique within an Application Gateway."
|
|
returns:
|
|
description: "the ApplicationGatewayRewriteRuleSet object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet?alt=com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet&text=ApplicationGatewayRewriteRuleSet\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet.withRewriteRules(java.util.List<com.microsoft.azure.management.network.ApplicationGatewayRewriteRule>)"
|
|
fullName: "com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet.withRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules)"
|
|
name: "withRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules)"
|
|
nameWithType: "ApplicationGatewayRewriteRuleSet.withRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules)"
|
|
summary: "Set rewrite rules in the rewrite rule set."
|
|
parameters:
|
|
- description: "the rewriteRules value to set"
|
|
name: "rewriteRules"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayRewriteRule?alt=com.microsoft.azure.management.network.ApplicationGatewayRewriteRule&text=ApplicationGatewayRewriteRule\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ApplicationGatewayRewriteRuleSet withRewriteRules(List<ApplicationGatewayRewriteRule> rewriteRules)"
|
|
desc: "Set rewrite rules in the rewrite rule set."
|
|
returns:
|
|
description: "the ApplicationGatewayRewriteRuleSet object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet?alt=com.microsoft.azure.management.network.ApplicationGatewayRewriteRuleSet&text=ApplicationGatewayRewriteRuleSet\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Rewrite rule set of an application gateway."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.network"
|
|
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4
|