NetworkProfileUpdate Class

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

public final class NetworkProfileUpdate

Defines the resource properties.

Constructor Summary

Constructor Description
NetworkProfileUpdate()

Method Summary

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

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

void validate()

Validates the instance.

NetworkProfileUpdate withNetworkInterfaces(List<NetworkInterfacesUpdate> 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

NetworkProfileUpdate

public NetworkProfileUpdate()

Method Details

networkInterfaces

public List<NetworkInterfacesUpdate> 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 NetworkProfileUpdate withNetworkInterfaces(List<NetworkInterfacesUpdate> 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 NetworkProfileUpdate object itself.

Applies to