NetworkProfileUpdate Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. NetworkProfileUpdate
- com.
Implements
public final class NetworkProfileUpdate
implements JsonSerializable<NetworkProfileUpdate>
Defines the resource update properties.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkProfileUpdate() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
|
List<Network |
networkInterfaces()
Get the network |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Network |
withNetworkInterfaces(List<NetworkInterfaceUpdate> networkInterfaces)
Set the network |
Methods inherited from java.lang.Object
Constructor Details
NetworkProfileUpdate
public NetworkProfileUpdate()
Creates an instance of NetworkProfileUpdate class.
Method Details
fromJson
public static NetworkProfileUpdate fromJson(JsonReader jsonReader)
Reads an instance of NetworkProfileUpdate from the JsonReader.
Parameters:
Returns:
Throws:
networkInterfaces
public List<NetworkInterfaceUpdate> networkInterfaces()
Get the networkInterfaces property: Gets or sets the list of network interfaces associated with the virtual machine.
Returns:
toJson
validate
public void validate()
Validates the instance.
withNetworkInterfaces
public NetworkProfileUpdate withNetworkInterfaces(List<NetworkInterfaceUpdate> networkInterfaces)
Set the networkInterfaces property: Gets or sets the list of network interfaces associated with the virtual machine.
Parameters:
Returns: