49 строки
5.4 KiB
YAML
49 строки
5.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.network.models.LoadBalancerBackend.DefinitionStages.WithVirtualMachine"
|
|
fullName: "com.azure.resourcemanager.network.models.LoadBalancerBackend.DefinitionStages.WithVirtualMachine<ReturnT>"
|
|
name: "LoadBalancerBackend.DefinitionStages.WithVirtualMachine<ReturnT>"
|
|
nameWithType: "LoadBalancerBackend.DefinitionStages.WithVirtualMachine<ReturnT>"
|
|
summary: "The stage of a load balancer backend definition allowing to select a set of virtual machines to load balance the network traffic among."
|
|
syntax: "public static interface **LoadBalancerBackend.DefinitionStages.WithVirtualMachine<ReturnT>**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.network.models.LoadBalancerBackend.DefinitionStages.WithVirtualMachine.withExistingVirtualMachines(com.azure.resourcemanager.network.models.HasNetworkInterfaces...)"
|
|
fullName: "com.azure.resourcemanager.network.models.LoadBalancerBackend.DefinitionStages.WithVirtualMachine<ReturnT>.withExistingVirtualMachines(HasNetworkInterfaces[] vms)"
|
|
name: "withExistingVirtualMachines(HasNetworkInterfaces[] vms)"
|
|
nameWithType: "LoadBalancerBackend.DefinitionStages.WithVirtualMachine<ReturnT>.withExistingVirtualMachines(HasNetworkInterfaces[] vms)"
|
|
summary: "Adds the specified set of virtual machines, assuming they are from the same availability set, to this backend address pool."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "existing virtual machines"
|
|
name: "vms"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.HasNetworkInterfaces?alt=com.azure.resourcemanager.network.models.HasNetworkInterfaces&text=HasNetworkInterfaces\" data-throw-if-not-resolved=\"False\" />[]"
|
|
syntax: "public abstract LoadBalancerBackend.DefinitionStages.WithAttach<ReturnT> withExistingVirtualMachines(HasNetworkInterfaces[] vms)"
|
|
desc: "Adds the specified set of virtual machines, assuming they are from the same availability set, to this backend address pool.\n\nThis will add references to the primary IP configurations of the primary network interfaces of the provided set of virtual machines.\n\nIf the virtual machines are not in the same availability set, they will not be associated with this back end.\n\nOnly those virtual machines will be associated with the load balancer that already have an existing network interface. Virtual machines without a network interface will be skipped."
|
|
returns:
|
|
description: "the next stage of the definition"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.LoadBalancerBackend.DefinitionStages.WithAttach?alt=com.azure.resourcemanager.network.models.LoadBalancerBackend.DefinitionStages.WithAttach&text=WithAttach\" data-throw-if-not-resolved=\"False\" /><<xref href=\"ReturnT?alt=ReturnT&text=ReturnT\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.models.LoadBalancerBackend.DefinitionStages.WithVirtualMachine.withExistingVirtualMachines(java.util.Collection<com.azure.resourcemanager.network.models.HasNetworkInterfaces>)"
|
|
fullName: "com.azure.resourcemanager.network.models.LoadBalancerBackend.DefinitionStages.WithVirtualMachine<ReturnT>.withExistingVirtualMachines(Collection<HasNetworkInterfaces> vms)"
|
|
name: "withExistingVirtualMachines(Collection<HasNetworkInterfaces> vms)"
|
|
nameWithType: "LoadBalancerBackend.DefinitionStages.WithVirtualMachine<ReturnT>.withExistingVirtualMachines(Collection<HasNetworkInterfaces> vms)"
|
|
summary: "Adds the specified set of virtual machines, assuming they are from the same availability set, to this backend address pool."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "existing virtual machines"
|
|
name: "vms"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a><<xref href=\"com.azure.resourcemanager.network.models.HasNetworkInterfaces?alt=com.azure.resourcemanager.network.models.HasNetworkInterfaces&text=HasNetworkInterfaces\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract LoadBalancerBackend.DefinitionStages.WithAttach<ReturnT> withExistingVirtualMachines(Collection<HasNetworkInterfaces> vms)"
|
|
desc: "Adds the specified set of virtual machines, assuming they are from the same availability set, to this backend address pool.\n\nThis will add references to the primary IP configurations of the primary network interfaces of the provided set of virtual machines.\n\nIf the virtual machines are not in the same availability set, they will not be associated with this back end.\n\nOnly those virtual machines will be associated with the load balancer that already have an existing network interface. Virtual machines without a network interface will be skipped."
|
|
returns:
|
|
description: "the next stage of the definition"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.LoadBalancerBackend.DefinitionStages.WithAttach?alt=com.azure.resourcemanager.network.models.LoadBalancerBackend.DefinitionStages.WithAttach&text=WithAttach\" data-throw-if-not-resolved=\"False\" /><<xref href=\"ReturnT?alt=ReturnT&text=ReturnT\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
typeParameters:
|
|
- description: "the next stage of the definition"
|
|
name: "ReturnT"
|
|
desc: "The stage of a load balancer backend definition allowing to select a set of virtual machines to load balance the network traffic among."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.network.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0
|