Class CloudServiceExtensionProfile

java.lang.Object
com.azure.resourcemanager.compute.models.CloudServiceExtensionProfile

public final class CloudServiceExtensionProfile extends Object
Describes a cloud service extension profile.
  • Constructor Details

    • CloudServiceExtensionProfile

      public CloudServiceExtensionProfile()
  • Method Details

    • extensions

      public List<Extension> extensions()
      Get the extensions property: List of extensions for the cloud service.
      Returns:
      the extensions value.
    • withExtensions

      public CloudServiceExtensionProfile withExtensions(List<Extension> extensions)
      Set the extensions property: List of extensions for the cloud service.
      Parameters:
      extensions - the extensions value to set.
      Returns:
      the CloudServiceExtensionProfile object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.