NetworkProfile Class
- java.
lang. Object - com.
microsoft. azure. management. compute. NetworkProfile
- com.
public class NetworkProfile
Describes a network profile.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<NetworkInterfaceReferenceInner> |
networkInterfaces()
Get the networkInterfaces value. |
Network |
withNetworkInterfaces(List<NetworkInterfaceReferenceInner> networkInterfaces)
Set the networkInterfaces value. |
Method Details
networkInterfaces
public List
Get the networkInterfaces value.
Returns:
the networkInterfaces value
withNetworkInterfaces
public NetworkProfile withNetworkInterfaces(List
Set the networkInterfaces value.
Parameters:
networkInterfaces
- the networkInterfaces value to set
Returns:
the NetworkProfile object itself.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java