azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
8.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters"
fullName: "com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters"
name: "LoadBalancingSettingsParameters"
nameWithType: "LoadBalancingSettingsParameters"
summary: "Round-Robin load balancing settings for a backend pool."
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 **LoadBalancingSettingsParameters**"
constructors:
- uid: "com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters.LoadBalancingSettingsParameters()"
fullName: "com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters.LoadBalancingSettingsParameters()"
name: "LoadBalancingSettingsParameters()"
nameWithType: "LoadBalancingSettingsParameters.LoadBalancingSettingsParameters()"
syntax: "public LoadBalancingSettingsParameters()"
methods:
- uid: "com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters.additionalLatencyInMilliseconds()"
fullName: "com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters.additionalLatencyInMilliseconds()"
name: "additionalLatencyInMilliseconds()"
nameWithType: "LoadBalancingSettingsParameters.additionalLatencyInMilliseconds()"
summary: "Get the additional latency in milliseconds for probes to fall into the lowest latency bucket."
syntax: "public Integer additionalLatencyInMilliseconds()"
desc: "Get the additional latency in milliseconds for probes to fall into the lowest latency bucket."
returns:
description: "the additionalLatencyInMilliseconds value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters.sampleSize()"
fullName: "com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters.sampleSize()"
name: "sampleSize()"
nameWithType: "LoadBalancingSettingsParameters.sampleSize()"
summary: "Get the number of samples to consider for load balancing decisions."
syntax: "public Integer sampleSize()"
desc: "Get the number of samples to consider for load balancing decisions."
returns:
description: "the sampleSize value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters.successfulSamplesRequired()"
fullName: "com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters.successfulSamplesRequired()"
name: "successfulSamplesRequired()"
nameWithType: "LoadBalancingSettingsParameters.successfulSamplesRequired()"
summary: "Get the number of samples within the sample period that must succeed."
syntax: "public Integer successfulSamplesRequired()"
desc: "Get the number of samples within the sample period that must succeed."
returns:
description: "the successfulSamplesRequired value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters.withAdditionalLatencyInMilliseconds(java.lang.Integer)"
fullName: "com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters.withAdditionalLatencyInMilliseconds(Integer additionalLatencyInMilliseconds)"
name: "withAdditionalLatencyInMilliseconds(Integer additionalLatencyInMilliseconds)"
nameWithType: "LoadBalancingSettingsParameters.withAdditionalLatencyInMilliseconds(Integer additionalLatencyInMilliseconds)"
summary: "Set the additional latency in milliseconds for probes to fall into the lowest latency bucket."
parameters:
- description: "the additionalLatencyInMilliseconds value to set"
name: "additionalLatencyInMilliseconds"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LoadBalancingSettingsParameters withAdditionalLatencyInMilliseconds(Integer additionalLatencyInMilliseconds)"
desc: "Set the additional latency in milliseconds for probes to fall into the lowest latency bucket."
returns:
description: "the LoadBalancingSettingsParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters?alt=com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters&text=LoadBalancingSettingsParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters.withSampleSize(java.lang.Integer)"
fullName: "com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters.withSampleSize(Integer sampleSize)"
name: "withSampleSize(Integer sampleSize)"
nameWithType: "LoadBalancingSettingsParameters.withSampleSize(Integer sampleSize)"
summary: "Set the number of samples to consider for load balancing decisions."
parameters:
- description: "the sampleSize value to set"
name: "sampleSize"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LoadBalancingSettingsParameters withSampleSize(Integer sampleSize)"
desc: "Set the number of samples to consider for load balancing decisions."
returns:
description: "the LoadBalancingSettingsParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters?alt=com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters&text=LoadBalancingSettingsParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters.withSuccessfulSamplesRequired(java.lang.Integer)"
fullName: "com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters.withSuccessfulSamplesRequired(Integer successfulSamplesRequired)"
name: "withSuccessfulSamplesRequired(Integer successfulSamplesRequired)"
nameWithType: "LoadBalancingSettingsParameters.withSuccessfulSamplesRequired(Integer successfulSamplesRequired)"
summary: "Set the number of samples within the sample period that must succeed."
parameters:
- description: "the successfulSamplesRequired value to set"
name: "successfulSamplesRequired"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public LoadBalancingSettingsParameters withSuccessfulSamplesRequired(Integer successfulSamplesRequired)"
desc: "Set the number of samples within the sample period that must succeed."
returns:
description: "the LoadBalancingSettingsParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters?alt=com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters&text=LoadBalancingSettingsParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Round-Robin load balancing settings for a backend pool."
metadata: {}
package: "com.microsoft.azure.management.cdn"
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4