你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkProfile Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.NetworkProfile

public class NetworkProfile

Describes a network profile.

Method Summary

Modifier and Type Method and Description
List<NetworkInterfaceReferenceInner> networkInterfaces()

Get the networkInterfaces value.

NetworkProfile withNetworkInterfaces(List<NetworkInterfaceReferenceInner> networkInterfaces)

Set the networkInterfaces value.

Method Details

networkInterfaces

public List networkInterfaces()

Get the networkInterfaces value.

Returns:

the networkInterfaces value

withNetworkInterfaces

public NetworkProfile withNetworkInterfaces(List networkInterfaces)

Set the networkInterfaces value.

Parameters:

networkInterfaces - the networkInterfaces value to set

Returns:

the NetworkProfile object itself.

Applies to