Class RoleInstanceNetworkProfile
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.RoleInstanceNetworkProfile
-
public final class RoleInstanceNetworkProfile extends Object
Describes the network profile for the role instance.
-
-
Constructor Summary
Constructors Constructor Description RoleInstanceNetworkProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.azure.core.management.SubResource>networkInterfaces()Get the networkInterfaces property: Specifies the list of resource Ids for the network interfaces associated with the role instance.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
networkInterfaces
public List<com.azure.core.management.SubResource> networkInterfaces()
Get the networkInterfaces property: Specifies the list of resource Ids for the network interfaces associated with the role instance.- Returns:
- the networkInterfaces value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-