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

35 строки
3.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.LoadBalancingRule.UpdateDefinitionStages.WithBackend"
fullName: "com.microsoft.azure.management.network.LoadBalancingRule.UpdateDefinitionStages.WithBackend<ReturnT>"
name: "LoadBalancingRule.UpdateDefinitionStages.WithBackend<ReturnT>"
nameWithType: "LoadBalancingRule.UpdateDefinitionStages.WithBackend<ReturnT>"
summary: "The stage of a load balancing rule definition allowing to specify the backend to associate the rule with."
syntax: "public static interface **LoadBalancingRule.UpdateDefinitionStages.WithBackend<ReturnT>**</br> extends <xref href=\"com.microsoft.azure.management.network.LoadBalancingRule.UpdateDefinitionStages.WithVirtualMachine?alt=com.microsoft.azure.management.network.LoadBalancingRule.UpdateDefinitionStages.WithVirtualMachine&text=WithVirtualMachine\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ReturnT?alt=ReturnT&text=ReturnT\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.network.LoadBalancingRule.UpdateDefinitionStages.WithBackend.toBackend(java.lang.String)"
fullName: "com.microsoft.azure.management.network.LoadBalancingRule.UpdateDefinitionStages.WithBackend<ReturnT>.toBackend(String backendName)"
name: "toBackend(String backendName)"
nameWithType: "LoadBalancingRule.UpdateDefinitionStages.WithBackend<ReturnT>.toBackend(String backendName)"
summary: "Specifies a backend on this load balancer to send network traffic to."
modifiers:
- "abstract"
parameters:
- description: "the name of an existing backend"
name: "backendName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract LoadBalancingRule.UpdateDefinitionStages.WithBackendPort<ReturnT> toBackend(String backendName)"
desc: "Specifies a backend on this load balancer to send network traffic to.\n\nIf a backend with the specified name does not yet exist, it will be created automatically."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.network.LoadBalancingRule.UpdateDefinitionStages.WithBackendPort?alt=com.microsoft.azure.management.network.LoadBalancingRule.UpdateDefinitionStages.WithBackendPort&text=WithBackendPort\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ReturnT?alt=ReturnT&text=ReturnT\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- description: "the stage of the parent definition to return to after attaching this definition"
name: "ReturnT"
desc: "The stage of a load balancing rule definition allowing to specify the backend to associate the rule with."
implements:
- "<xref href=\"com.microsoft.azure.management.network.LoadBalancingRule.UpdateDefinitionStages.WithVirtualMachine?alt=com.microsoft.azure.management.network.LoadBalancingRule.UpdateDefinitionStages.WithVirtualMachine&text=WithVirtualMachine\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ReturnT?alt=ReturnT&text=ReturnT\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4