Class CloudServiceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.compute.fluent.models.CloudServiceInner

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

    • CloudServiceInner

      public CloudServiceInner()
  • Method Details

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

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: The system meta data relating to this resource.
      Returns:
      the systemData value.
    • withSystemData

      public CloudServiceInner withSystemData(com.azure.core.management.SystemData systemData)
      Set the systemData property: The system meta data relating to this resource.
      Parameters:
      systemData - the systemData value to set.
      Returns:
      the CloudServiceInner object itself.
    • withLocation

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

      public CloudServiceInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • validate

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