Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Interface and Description |
---|---|
interface |
VirtualMachine
An immutable client-side representation of an Azure virtual machine.
|
Modifier and Type | Method and Description |
---|---|
ConnectivityCheck.DefinitionStages.WithExecute |
ConnectivityCheck.DefinitionStages.FromSourceVirtualMachine.fromSourceVirtualMachine(HasNetworkInterfaces vm) |
LoadBalancingRule.DefinitionStages.WithBackendPort<ReturnT> |
LoadBalancingRule.DefinitionStages.WithVirtualMachine.toExistingVirtualMachines(HasNetworkInterfaces... vms)
Adds the specified set of virtual machines, assuming they are from the same
availability set, to a new back end address pool to be associated with this load balancing rule.
|
LoadBalancingRule.UpdateDefinitionStages.WithBackendPort<ReturnT> |
LoadBalancingRule.UpdateDefinitionStages.WithVirtualMachine.toExistingVirtualMachines(HasNetworkInterfaces... vms)
Adds the specified set of virtual machines, assuming they are from the same
availability set, to a new back end address pool to be associated with this load balancing rule.
|
ConnectionMonitor.DefinitionStages.WithDestinationPort |
ConnectionMonitor.DefinitionStages.WithDestination.withDestination(HasNetworkInterfaces vm) |
LoadBalancerBackend.DefinitionStages.WithAttach<ReturnT> |
LoadBalancerBackend.DefinitionStages.WithVirtualMachine.withExistingVirtualMachines(HasNetworkInterfaces... vms)
Adds the specified set of virtual machines, assuming they are from the same
availability set, to this backend address pool.
|
LoadBalancerBackend.UpdateDefinitionStages.WithAttach<ReturnT> |
LoadBalancerBackend.UpdateDefinitionStages.WithVirtualMachine.withExistingVirtualMachines(HasNetworkInterfaces... vms)
Adds the specified set of virtual machines, assuming they are from the same
availability set, to this back end address pool.
|
ConnectionMonitor.DefinitionStages.WithDestination |
ConnectionMonitor.DefinitionStages.WithSource.withSource(HasNetworkInterfaces vm) |
Modifier and Type | Method and Description |
---|---|
LoadBalancingRule.DefinitionStages.WithBackendPort<ReturnT> |
LoadBalancingRule.DefinitionStages.WithVirtualMachine.toExistingVirtualMachines(Collection<HasNetworkInterfaces> vms)
Adds the specified set of virtual machines, assuming they are from the same
availability set, to a new back end address pool to be associated with this load balancing rule.
|
LoadBalancingRule.UpdateDefinitionStages.WithBackendPort<ReturnT> |
LoadBalancingRule.UpdateDefinitionStages.WithVirtualMachine.toExistingVirtualMachines(Collection<HasNetworkInterfaces> vms)
Adds the specified set of virtual machines, assuming they are from the same
availability set, to a new back end address pool to be associated with this load balancing rule.
|
LoadBalancerBackend.DefinitionStages.WithAttach<ReturnT> |
LoadBalancerBackend.DefinitionStages.WithVirtualMachine.withExistingVirtualMachines(Collection<HasNetworkInterfaces> vms)
Adds the specified set of virtual machines, assuming they are from the same
availability set, to this backend address pool.
|
LoadBalancerBackend.UpdateDefinitionStages.WithAttach<ReturnT> |
LoadBalancerBackend.UpdateDefinitionStages.WithVirtualMachine.withExistingVirtualMachines(Collection<HasNetworkInterfaces> vms)
Adds the specified set of virtual machines, assuming they are from the same
availability set, to this backend address pool.
|
Copyright © 2019. All rights reserved.