azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.w...

141 строка
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames"
fullName: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames"
name: "LoadBalancerResourceNames"
nameWithType: "LoadBalancerResourceNames"
summary: "The resource names object for load balancer and related resources."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **LoadBalancerResourceNames**"
constructors:
- uid: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.LoadBalancerResourceNames()"
fullName: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.LoadBalancerResourceNames()"
name: "LoadBalancerResourceNames()"
nameWithType: "LoadBalancerResourceNames.LoadBalancerResourceNames()"
summary: "Creates an instance of Load<wbr>Balancer<wbr>Resource<wbr>Names class."
syntax: "public LoadBalancerResourceNames()"
desc: "Creates an instance of LoadBalancerResourceNames class."
methods:
- uid: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.backendPoolNames()"
fullName: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.backendPoolNames()"
name: "backendPoolNames()"
nameWithType: "LoadBalancerResourceNames.backendPoolNames()"
summary: "Get the backend<wbr>Pool<wbr>Names property: The list of backend pool names."
syntax: "public List<String> backendPoolNames()"
desc: "Get the backendPoolNames property: The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1."
returns:
description: "the backendPoolNames value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.frontendIpConfigurationNames()"
fullName: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.frontendIpConfigurationNames()"
name: "frontendIpConfigurationNames()"
nameWithType: "LoadBalancerResourceNames.frontendIpConfigurationNames()"
summary: "Get the frontend<wbr>IpConfiguration<wbr>Names property: The list of frontend IP configuration names."
syntax: "public List<String> frontendIpConfigurationNames()"
desc: "Get the frontendIpConfigurationNames property: The list of frontend IP configuration names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer."
returns:
description: "the frontendIpConfigurationNames value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.healthProbeNames()"
fullName: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.healthProbeNames()"
name: "healthProbeNames()"
nameWithType: "LoadBalancerResourceNames.healthProbeNames()"
summary: "Get the health<wbr>Probe<wbr>Names property: The list of health probe names."
syntax: "public List<String> healthProbeNames()"
desc: "Get the healthProbeNames property: The list of health probe names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer."
returns:
description: "the healthProbeNames value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.loadBalancerName()"
fullName: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.loadBalancerName()"
name: "loadBalancerName()"
nameWithType: "LoadBalancerResourceNames.loadBalancerName()"
summary: "Get the load<wbr>Balancer<wbr>Name property: The full resource name for load balancer."
syntax: "public String loadBalancerName()"
desc: "Get the loadBalancerName property: The full resource name for load balancer. If this value is not provided, load balancer will be name as \\{ASCS/DB\\}-loadBalancer."
returns:
description: "the loadBalancerName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.validate()"
fullName: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.validate()"
name: "validate()"
nameWithType: "LoadBalancerResourceNames.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.withBackendPoolNames(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.withBackendPoolNames(List<String> backendPoolNames)"
name: "withBackendPoolNames(List<String> backendPoolNames)"
nameWithType: "LoadBalancerResourceNames.withBackendPoolNames(List<String> backendPoolNames)"
summary: "Set the backend<wbr>Pool<wbr>Names property: The list of backend pool names."
parameters:
- description: "the backendPoolNames value to set."
name: "backendPoolNames"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public LoadBalancerResourceNames withBackendPoolNames(List<String> backendPoolNames)"
desc: "Set the backendPoolNames property: The list of backend pool names. Currently, ACSS deploys only one backend pool and hence, size of this list should be 1."
returns:
description: "the LoadBalancerResourceNames object itself."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames?alt=com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames&text=LoadBalancerResourceNames\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.withFrontendIpConfigurationNames(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.withFrontendIpConfigurationNames(List<String> frontendIpConfigurationNames)"
name: "withFrontendIpConfigurationNames(List<String> frontendIpConfigurationNames)"
nameWithType: "LoadBalancerResourceNames.withFrontendIpConfigurationNames(List<String> frontendIpConfigurationNames)"
summary: "Set the frontend<wbr>IpConfiguration<wbr>Names property: The list of frontend IP configuration names."
parameters:
- description: "the frontendIpConfigurationNames value to set."
name: "frontendIpConfigurationNames"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public LoadBalancerResourceNames withFrontendIpConfigurationNames(List<String> frontendIpConfigurationNames)"
desc: "Set the frontendIpConfigurationNames property: The list of frontend IP configuration names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer."
returns:
description: "the LoadBalancerResourceNames object itself."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames?alt=com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames&text=LoadBalancerResourceNames\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.withHealthProbeNames(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.withHealthProbeNames(List<String> healthProbeNames)"
name: "withHealthProbeNames(List<String> healthProbeNames)"
nameWithType: "LoadBalancerResourceNames.withHealthProbeNames(List<String> healthProbeNames)"
summary: "Set the health<wbr>Probe<wbr>Names property: The list of health probe names."
parameters:
- description: "the healthProbeNames value to set."
name: "healthProbeNames"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public LoadBalancerResourceNames withHealthProbeNames(List<String> healthProbeNames)"
desc: "Set the healthProbeNames property: The list of health probe names. If provided as input, size of this list should be 2 for cs layer and should be 1 for database layer."
returns:
description: "the LoadBalancerResourceNames object itself."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames?alt=com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames&text=LoadBalancerResourceNames\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.withLoadBalancerName(java.lang.String)"
fullName: "com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames.withLoadBalancerName(String loadBalancerName)"
name: "withLoadBalancerName(String loadBalancerName)"
nameWithType: "LoadBalancerResourceNames.withLoadBalancerName(String loadBalancerName)"
summary: "Set the load<wbr>Balancer<wbr>Name property: The full resource name for load balancer."
parameters:
- description: "the loadBalancerName value to set."
name: "loadBalancerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LoadBalancerResourceNames withLoadBalancerName(String loadBalancerName)"
desc: "Set the loadBalancerName property: The full resource name for load balancer. If this value is not provided, load balancer will be name as \\{ASCS/DB\\}-loadBalancer."
returns:
description: "the LoadBalancerResourceNames object itself."
type: "<xref href=\"com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames?alt=com.azure.resourcemanager.workloads.models.LoadBalancerResourceNames&text=LoadBalancerResourceNames\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The resource names object for load balancer and related resources."
metadata: {}
package: "com.azure.resourcemanager.workloads.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-workloads:1.0.0