Class CloudServiceInner


  • public final class CloudServiceInner
    extends com.azure.core.management.Resource
    Describes the cloud service.
    • Constructor Detail

      • CloudServiceInner

        public CloudServiceInner()
    • Method Detail

      • properties

        public CloudServiceProperties properties()
        Get the properties property: Cloud service properties.
        Returns:
        the properties value.
      • withProperties

        public CloudServiceInner withProperties​(CloudServiceProperties properties)
        Set the properties property: Cloud service properties.
        Parameters:
        properties - the properties value to set.
        Returns:
        the CloudServiceInner object itself.
      • withLocation

        public CloudServiceInner withLocation​(String location)
        Overrides:
        withLocation in class com.azure.core.management.Resource
      • validate

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