VirtualMachineScaleSetUpdateNetworkProfile Class
- java.
lang. Object - com.
microsoft. azure. management. compute. VirtualMachineScaleSetUpdateNetworkProfile
- com.
public class VirtualMachineScaleSetUpdateNetworkProfile
Describes a virtual machine scale set network profile.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<VirtualMachineScaleSetUpdateNetworkConfigurationInner> |
networkInterfaceConfigurations()
Get the networkInterfaceConfigurations value. |
Virtual |
withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetUpdateNetworkConfigurationInner> networkInterfaceConfigurations)
Set the networkInterfaceConfigurations value. |
Method Details
networkInterfaceConfigurations
public List
Get the networkInterfaceConfigurations value.
Returns:
the networkInterfaceConfigurations value
withNetworkInterfaceConfigurations
public VirtualMachineScaleSetUpdateNetworkProfile withNetworkInterfaceConfigurations(List
Set the networkInterfaceConfigurations value.
Parameters:
networkInterfaceConfigurations
- the networkInterfaceConfigurations value to set
Returns:
the VirtualMachineScaleSetUpdateNetworkProfile object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java