97 строки
8.1 KiB
YAML
97 строки
8.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.cdn.RateLimitRule"
|
|
fullName: "com.microsoft.azure.management.cdn.RateLimitRule"
|
|
name: "RateLimitRule"
|
|
nameWithType: "RateLimitRule"
|
|
summary: "Defines a rate limiting rule that can be included in a waf policy."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.cdn.CustomRule?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.microsoft.azure.management.cdn.CustomRule?alt=com.microsoft.azure.management.cdn.CustomRule&text=CustomRule\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.microsoft.azure.management.cdn.CustomRule.action()?alt=com.microsoft.azure.management.cdn.CustomRule.action&text=action\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.cdn.CustomRule.enabledState()?alt=com.microsoft.azure.management.cdn.CustomRule.enabledState&text=enabledState\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.cdn.CustomRule.matchConditions()?alt=com.microsoft.azure.management.cdn.CustomRule.matchConditions&text=matchConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.cdn.CustomRule.name()?alt=com.microsoft.azure.management.cdn.CustomRule.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.cdn.CustomRule.priority()?alt=com.microsoft.azure.management.cdn.CustomRule.priority&text=priority\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.cdn.CustomRule.withAction(com.microsoft.azure.management.cdn.ActionType)?alt=com.microsoft.azure.management.cdn.CustomRule.withAction&text=withAction\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.cdn.CustomRule.withEnabledState(com.microsoft.azure.management.cdn.CustomRuleEnabledState)?alt=com.microsoft.azure.management.cdn.CustomRule.withEnabledState&text=withEnabledState\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.cdn.CustomRule.withMatchConditions(java.util.List<com.microsoft.azure.management.cdn.MatchCondition>)?alt=com.microsoft.azure.management.cdn.CustomRule.withMatchConditions&text=withMatchConditions\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.cdn.CustomRule.withName(java.lang.String)?alt=com.microsoft.azure.management.cdn.CustomRule.withName&text=withName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.cdn.CustomRule.withPriority(int)?alt=com.microsoft.azure.management.cdn.CustomRule.withPriority&text=withPriority\" 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 **RateLimitRule**</br> extends <xref href=\"com.microsoft.azure.management.cdn.CustomRule?alt=com.microsoft.azure.management.cdn.CustomRule&text=CustomRule\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.cdn.RateLimitRule.RateLimitRule()"
|
|
fullName: "com.microsoft.azure.management.cdn.RateLimitRule.RateLimitRule()"
|
|
name: "RateLimitRule()"
|
|
nameWithType: "RateLimitRule.RateLimitRule()"
|
|
syntax: "public RateLimitRule()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.cdn.RateLimitRule.rateLimitDurationInMinutes()"
|
|
fullName: "com.microsoft.azure.management.cdn.RateLimitRule.rateLimitDurationInMinutes()"
|
|
name: "rateLimitDurationInMinutes()"
|
|
nameWithType: "RateLimitRule.rateLimitDurationInMinutes()"
|
|
summary: "Get defines rate limit duration."
|
|
syntax: "public int rateLimitDurationInMinutes()"
|
|
desc: "Get defines rate limit duration. Default is 1 minute."
|
|
returns:
|
|
description: "the rateLimitDurationInMinutes value"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.RateLimitRule.rateLimitThreshold()"
|
|
fullName: "com.microsoft.azure.management.cdn.RateLimitRule.rateLimitThreshold()"
|
|
name: "rateLimitThreshold()"
|
|
nameWithType: "RateLimitRule.rateLimitThreshold()"
|
|
summary: "Get defines rate limit threshold."
|
|
syntax: "public int rateLimitThreshold()"
|
|
desc: "Get defines rate limit threshold."
|
|
returns:
|
|
description: "the rateLimitThreshold value"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.RateLimitRule.withRateLimitDurationInMinutes(int)"
|
|
fullName: "com.microsoft.azure.management.cdn.RateLimitRule.withRateLimitDurationInMinutes(int rateLimitDurationInMinutes)"
|
|
name: "withRateLimitDurationInMinutes(int rateLimitDurationInMinutes)"
|
|
nameWithType: "RateLimitRule.withRateLimitDurationInMinutes(int rateLimitDurationInMinutes)"
|
|
summary: "Set defines rate limit duration."
|
|
parameters:
|
|
- description: "the rateLimitDurationInMinutes value to set"
|
|
name: "rateLimitDurationInMinutes"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RateLimitRule withRateLimitDurationInMinutes(int rateLimitDurationInMinutes)"
|
|
desc: "Set defines rate limit duration. Default is 1 minute."
|
|
returns:
|
|
description: "the RateLimitRule object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.RateLimitRule?alt=com.microsoft.azure.management.cdn.RateLimitRule&text=RateLimitRule\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.RateLimitRule.withRateLimitThreshold(int)"
|
|
fullName: "com.microsoft.azure.management.cdn.RateLimitRule.withRateLimitThreshold(int rateLimitThreshold)"
|
|
name: "withRateLimitThreshold(int rateLimitThreshold)"
|
|
nameWithType: "RateLimitRule.withRateLimitThreshold(int rateLimitThreshold)"
|
|
summary: "Set defines rate limit threshold."
|
|
parameters:
|
|
- description: "the rateLimitThreshold value to set"
|
|
name: "rateLimitThreshold"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RateLimitRule withRateLimitThreshold(int rateLimitThreshold)"
|
|
desc: "Set defines rate limit threshold."
|
|
returns:
|
|
description: "the RateLimitRule object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.RateLimitRule?alt=com.microsoft.azure.management.cdn.RateLimitRule&text=RateLimitRule\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Defines a rate limiting rule that can be included in a waf policy."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cdn"
|
|
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4
|