Class CreatorInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.maps.fluent.models.CreatorInner

public final class CreatorInner extends com.azure.core.management.Resource
An Azure resource which represents Maps Creator product and provides ability to manage private location data.
  • Constructor Details

    • CreatorInner

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

    • properties

      public CreatorProperties properties()
      Get the properties property: The Creator resource properties.
      Returns:
      the properties value.
    • withProperties

      public CreatorInner withProperties(CreatorProperties properties)
      Set the properties property: The Creator resource properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the CreatorInner object itself.
    • withLocation

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

      public CreatorInner 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.