NetworkProfile Class

  • java.lang.Object
    • com.azure.resourcemanager.scvmm.models.NetworkProfile

public final class NetworkProfile

Defines the resource properties.

Constructor Summary

Constructor Description
NetworkProfile()

Method Summary

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

Get the networkInterfaces property: Gets or sets the list of network interfaces associated with the virtual machine.

void validate()

Validates the instance.

NetworkProfile withNetworkInterfaces(List<NetworkInterfaces> networkInterfaces)

Set the networkInterfaces property: Gets or sets the list of network interfaces associated with the virtual machine.

Methods inherited from java.lang.Object

Constructor Details

NetworkProfile

public NetworkProfile()

Method Details

networkInterfaces

public List<NetworkInterfaces> networkInterfaces()

Get the networkInterfaces property: Gets or sets the list of network interfaces associated with the virtual machine.

Returns:

the networkInterfaces value.

validate

public void validate()

Validates the instance.

withNetworkInterfaces

public NetworkProfile withNetworkInterfaces(List<NetworkInterfaces> networkInterfaces)

Set the networkInterfaces property: Gets or sets the list of network interfaces associated with the virtual machine.

Parameters:

networkInterfaces - the networkInterfaces value to set.

Returns:

the NetworkProfile object itself.

Applies to