VirtualMachineScaleSetNetworkProfile Class
- java.
lang. Object - com.
microsoft. azure. management. compute. VirtualMachineScaleSetNetworkProfile
- com.
public class VirtualMachineScaleSetNetworkProfile
Describes a virtual machine scale set network profile.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<VirtualMachineScaleSetNetworkConfigurationInner> |
networkInterfaceConfigurations()
Get the networkInterfaceConfigurations value. |
Virtual |
withNetworkInterfaceConfigurations(List<VirtualMachineScaleSetNetworkConfigurationInner> networkInterfaceConfigurations)
Set the networkInterfaceConfigurations value. |
Method Details
networkInterfaceConfigurations
public List
Get the networkInterfaceConfigurations value.
Returns:
the networkInterfaceConfigurations value
withNetworkInterfaceConfigurations
public VirtualMachineScaleSetNetworkProfile withNetworkInterfaceConfigurations(List
Set the networkInterfaceConfigurations value.
Parameters:
networkInterfaceConfigurations
- the networkInterfaceConfigurations value to set
Returns:
the VirtualMachineScaleSetNetworkProfile 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