Interface VirtualMachineScaleSetNetworkInterface
-
- All Superinterfaces:
HasId,HasInnerModel<NetworkInterfaceInner>,HasManager<NetworkManager>,HasName,Indexable,NetworkInterfaceBase,Refreshable<VirtualMachineScaleSetNetworkInterface>,Resource
public interface VirtualMachineScaleSetNetworkInterface extends NetworkInterfaceBase, Resource, Refreshable<VirtualMachineScaleSetNetworkInterface>
Virtual machine scale set network interface.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T extends Object>, Resource.DefinitionWithTags<T extends Object>, Resource.UpdateWithTags<T extends Object>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,VirtualMachineScaleSetNicIpConfiguration>ipConfigurations()VirtualMachineScaleSetNicIpConfigurationprimaryIPConfiguration()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.network.models.NetworkInterfaceBase
appliedDnsServers, dnsServers, getNetworkSecurityGroup, internalDnsNameLabel, internalDomainNameSuffix, internalFqdn, isAcceleratedNetworkingEnabled, isIPForwardingEnabled, macAddress, networkSecurityGroupId, primaryPrivateIP, primaryPrivateIpAllocationMethod, virtualMachineId
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
-
-
-
Method Detail
-
ipConfigurations
Map<String,VirtualMachineScaleSetNicIpConfiguration> ipConfigurations()
- Returns:
- the IP configurations of this network interface, indexed by their names
-
primaryIPConfiguration
VirtualMachineScaleSetNicIpConfiguration primaryIPConfiguration()
- Returns:
- the primary IP configuration of this network interface
-
-