VirtualMachineScaleSetNetworkInterface Interface
Implements
public interface VirtualMachineScaleSetNetworkInterface
extends NetworkInterfaceBase, Resource, Refreshable<VirtualMachineScaleSetNetworkInterface>
Virtual machine scale set network interface.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Map<String,Virtual |
ipConfigurations() |
abstract
Virtual |
primaryIPConfiguration() |
Method Details
ipConfigurations
public abstract Map
Returns:
the IP configurations of this network interface, indexed by their names
primaryIPConfiguration
public abstract VirtualMachineScaleSetNicIpConfiguration primaryIPConfiguration()
Returns:
the primary IP configuration of this network interface
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java