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

180 строки
17 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile"
name: "ManagedClusterLoadBalancerProfile"
nameWithType: "ManagedClusterLoadBalancerProfile"
summary: "Profile of the managed cluster load balancer."
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 **ManagedClusterLoadBalancerProfile**"
constructors:
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.ManagedClusterLoadBalancerProfile()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.ManagedClusterLoadBalancerProfile()"
name: "ManagedClusterLoadBalancerProfile()"
nameWithType: "ManagedClusterLoadBalancerProfile.ManagedClusterLoadBalancerProfile()"
syntax: "public ManagedClusterLoadBalancerProfile()"
methods:
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.allocatedOutboundPorts()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.allocatedOutboundPorts()"
name: "allocatedOutboundPorts()"
nameWithType: "ManagedClusterLoadBalancerProfile.allocatedOutboundPorts()"
summary: "Get desired number of allocated SNAT ports per VM."
syntax: "public Integer allocatedOutboundPorts()"
desc: "Get desired number of allocated SNAT ports per VM. Allowed values must be in the range of 0 to 64000 (inclusive). The default value is 0 which results in Azure dynamically allocating ports."
returns:
description: "the allocatedOutboundPorts value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.effectiveOutboundIPs()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.effectiveOutboundIPs()"
name: "effectiveOutboundIPs()"
nameWithType: "ManagedClusterLoadBalancerProfile.effectiveOutboundIPs()"
summary: "Get the effective outbound IP resources of the cluster load balancer."
syntax: "public List<ResourceReference> effectiveOutboundIPs()"
desc: "Get the effective outbound IP resources of the cluster load balancer."
returns:
description: "the effectiveOutboundIPs value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.ResourceReference?alt=com.microsoft.azure.management.containerservice.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.idleTimeoutInMinutes()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.idleTimeoutInMinutes()"
name: "idleTimeoutInMinutes()"
nameWithType: "ManagedClusterLoadBalancerProfile.idleTimeoutInMinutes()"
summary: "Get desired outbound flow idle timeout in minutes."
syntax: "public Integer idleTimeoutInMinutes()"
desc: "Get desired outbound flow idle timeout in minutes. Allowed values must be in the range of 4 to 120 (inclusive). The default value is 30 minutes."
returns:
description: "the idleTimeoutInMinutes value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.managedOutboundIPs()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.managedOutboundIPs()"
name: "managedOutboundIPs()"
nameWithType: "ManagedClusterLoadBalancerProfile.managedOutboundIPs()"
summary: "Get desired managed outbound IPs for the cluster load balancer."
syntax: "public ManagedClusterLoadBalancerProfileManagedOutboundIPs managedOutboundIPs()"
desc: "Get desired managed outbound IPs for the cluster load balancer."
returns:
description: "the managedOutboundIPs value"
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileManagedOutboundIPs?alt=com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileManagedOutboundIPs&text=ManagedClusterLoadBalancerProfileManagedOutboundIPs\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.outboundIPPrefixes()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.outboundIPPrefixes()"
name: "outboundIPPrefixes()"
nameWithType: "ManagedClusterLoadBalancerProfile.outboundIPPrefixes()"
summary: "Get desired outbound IP Prefix resources for the cluster load balancer."
syntax: "public ManagedClusterLoadBalancerProfileOutboundIPPrefixes outboundIPPrefixes()"
desc: "Get desired outbound IP Prefix resources for the cluster load balancer."
returns:
description: "the outboundIPPrefixes value"
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileOutboundIPPrefixes?alt=com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileOutboundIPPrefixes&text=ManagedClusterLoadBalancerProfileOutboundIPPrefixes\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.outboundIPs()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.outboundIPs()"
name: "outboundIPs()"
nameWithType: "ManagedClusterLoadBalancerProfile.outboundIPs()"
summary: "Get desired outbound IP resources for the cluster load balancer."
syntax: "public ManagedClusterLoadBalancerProfileOutboundIPs outboundIPs()"
desc: "Get desired outbound IP resources for the cluster load balancer."
returns:
description: "the outboundIPs value"
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileOutboundIPs?alt=com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileOutboundIPs&text=ManagedClusterLoadBalancerProfileOutboundIPs\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.withAllocatedOutboundPorts(java.lang.Integer)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.withAllocatedOutboundPorts(Integer allocatedOutboundPorts)"
name: "withAllocatedOutboundPorts(Integer allocatedOutboundPorts)"
nameWithType: "ManagedClusterLoadBalancerProfile.withAllocatedOutboundPorts(Integer allocatedOutboundPorts)"
summary: "Set desired number of allocated SNAT ports per VM."
parameters:
- description: "the allocatedOutboundPorts value to set"
name: "allocatedOutboundPorts"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedClusterLoadBalancerProfile withAllocatedOutboundPorts(Integer allocatedOutboundPorts)"
desc: "Set desired number of allocated SNAT ports per VM. Allowed values must be in the range of 0 to 64000 (inclusive). The default value is 0 which results in Azure dynamically allocating ports."
returns:
description: "the ManagedClusterLoadBalancerProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile&text=ManagedClusterLoadBalancerProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.withEffectiveOutboundIPs(java.util.List<com.microsoft.azure.management.containerservice.ResourceReference>)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.withEffectiveOutboundIPs(List<ResourceReference> effectiveOutboundIPs)"
name: "withEffectiveOutboundIPs(List<ResourceReference> effectiveOutboundIPs)"
nameWithType: "ManagedClusterLoadBalancerProfile.withEffectiveOutboundIPs(List<ResourceReference> effectiveOutboundIPs)"
summary: "Set the effective outbound IP resources of the cluster load balancer."
parameters:
- description: "the effectiveOutboundIPs value to set"
name: "effectiveOutboundIPs"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerservice.ResourceReference?alt=com.microsoft.azure.management.containerservice.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ManagedClusterLoadBalancerProfile withEffectiveOutboundIPs(List<ResourceReference> effectiveOutboundIPs)"
desc: "Set the effective outbound IP resources of the cluster load balancer."
returns:
description: "the ManagedClusterLoadBalancerProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile&text=ManagedClusterLoadBalancerProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.withIdleTimeoutInMinutes(java.lang.Integer)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)"
name: "withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)"
nameWithType: "ManagedClusterLoadBalancerProfile.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)"
summary: "Set desired outbound flow idle timeout in minutes."
parameters:
- description: "the idleTimeoutInMinutes value to set"
name: "idleTimeoutInMinutes"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedClusterLoadBalancerProfile withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)"
desc: "Set desired outbound flow idle timeout in minutes. Allowed values must be in the range of 4 to 120 (inclusive). The default value is 30 minutes."
returns:
description: "the ManagedClusterLoadBalancerProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile&text=ManagedClusterLoadBalancerProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.withManagedOutboundIPs(com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileManagedOutboundIPs)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.withManagedOutboundIPs(ManagedClusterLoadBalancerProfileManagedOutboundIPs managedOutboundIPs)"
name: "withManagedOutboundIPs(ManagedClusterLoadBalancerProfileManagedOutboundIPs managedOutboundIPs)"
nameWithType: "ManagedClusterLoadBalancerProfile.withManagedOutboundIPs(ManagedClusterLoadBalancerProfileManagedOutboundIPs managedOutboundIPs)"
summary: "Set desired managed outbound IPs for the cluster load balancer."
parameters:
- description: "the managedOutboundIPs value to set"
name: "managedOutboundIPs"
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileManagedOutboundIPs?alt=com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileManagedOutboundIPs&text=ManagedClusterLoadBalancerProfileManagedOutboundIPs\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedClusterLoadBalancerProfile withManagedOutboundIPs(ManagedClusterLoadBalancerProfileManagedOutboundIPs managedOutboundIPs)"
desc: "Set desired managed outbound IPs for the cluster load balancer."
returns:
description: "the ManagedClusterLoadBalancerProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile&text=ManagedClusterLoadBalancerProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.withOutboundIPPrefixes(com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileOutboundIPPrefixes)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.withOutboundIPPrefixes(ManagedClusterLoadBalancerProfileOutboundIPPrefixes outboundIPPrefixes)"
name: "withOutboundIPPrefixes(ManagedClusterLoadBalancerProfileOutboundIPPrefixes outboundIPPrefixes)"
nameWithType: "ManagedClusterLoadBalancerProfile.withOutboundIPPrefixes(ManagedClusterLoadBalancerProfileOutboundIPPrefixes outboundIPPrefixes)"
summary: "Set desired outbound IP Prefix resources for the cluster load balancer."
parameters:
- description: "the outboundIPPrefixes value to set"
name: "outboundIPPrefixes"
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileOutboundIPPrefixes?alt=com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileOutboundIPPrefixes&text=ManagedClusterLoadBalancerProfileOutboundIPPrefixes\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedClusterLoadBalancerProfile withOutboundIPPrefixes(ManagedClusterLoadBalancerProfileOutboundIPPrefixes outboundIPPrefixes)"
desc: "Set desired outbound IP Prefix resources for the cluster load balancer."
returns:
description: "the ManagedClusterLoadBalancerProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile&text=ManagedClusterLoadBalancerProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.withOutboundIPs(com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileOutboundIPs)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile.withOutboundIPs(ManagedClusterLoadBalancerProfileOutboundIPs outboundIPs)"
name: "withOutboundIPs(ManagedClusterLoadBalancerProfileOutboundIPs outboundIPs)"
nameWithType: "ManagedClusterLoadBalancerProfile.withOutboundIPs(ManagedClusterLoadBalancerProfileOutboundIPs outboundIPs)"
summary: "Set desired outbound IP resources for the cluster load balancer."
parameters:
- description: "the outboundIPs value to set"
name: "outboundIPs"
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileOutboundIPs?alt=com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfileOutboundIPs&text=ManagedClusterLoadBalancerProfileOutboundIPs\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedClusterLoadBalancerProfile withOutboundIPs(ManagedClusterLoadBalancerProfileOutboundIPs outboundIPs)"
desc: "Set desired outbound IP resources for the cluster load balancer."
returns:
description: "the ManagedClusterLoadBalancerProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterLoadBalancerProfile&text=ManagedClusterLoadBalancerProfile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Profile of the managed cluster load balancer."
metadata: {}
package: "com.microsoft.azure.management.containerservice"
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4