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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java