Uses of Interface
com.microsoft.azure.management.network.model.HasNetworkInterfaces
Package
Description
This package contains the classes for ComputeManagementClient.
This package contains the classes for NetworkManagementClient.
-
Uses of HasNetworkInterfaces in com.microsoft.azure.management.compute
Modifier and TypeInterfaceDescriptioninterface
An immutable client-side representation of an Azure virtual machine. -
Uses of HasNetworkInterfaces in com.microsoft.azure.management.network
Modifier and TypeMethodDescriptionConnectivityCheck.DefinitionStages.FromSourceVirtualMachine.fromSourceVirtualMachine
(HasNetworkInterfaces vm) 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.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.WithDestination.withDestination
(HasNetworkInterfaces vm) 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.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.WithSource.withSource
(HasNetworkInterfaces vm) Modifier and TypeMethodDescriptionLoadBalancingRule.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.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.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.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.