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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java