Class CloudServiceExtensionProfile


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

      • CloudServiceExtensionProfile

        public CloudServiceExtensionProfile()
    • Method Detail

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