NetworkProfile Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. NetworkProfile
- com.
public final class NetworkProfile
Defines the resource properties.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| NetworkProfile() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Network |
networkInterfaces()
Get the network |
| void |
validate()
Validates the instance. |
|
Network |
withNetworkInterfaces(List<NetworkInterfaces> networkInterfaces)
Set the network |
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:
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:
Returns: