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 Details

    • RoleInstanceNetworkProfile

      public RoleInstanceNetworkProfile()
      Creates an instance of RoleInstanceNetworkProfile class.
  • Method Details

    • 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.