Class MapsAccountInner

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

public final class MapsAccountInner extends com.azure.core.management.Resource
An Azure resource which represents access to a suite of Maps REST APIs.
  • Constructor Details

    • MapsAccountInner

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

    • sku

      public Sku sku()
      Get the sku property: The SKU of this account.
      Returns:
      the sku value.
    • withSku

      public MapsAccountInner withSku(Sku sku)
      Set the sku property: The SKU of this account.
      Parameters:
      sku - the sku value to set.
      Returns:
      the MapsAccountInner object itself.
    • kind

      public Kind kind()
      Get the kind property: Get or Set Kind property.
      Returns:
      the kind value.
    • withKind

      public MapsAccountInner withKind(Kind kind)
      Set the kind property: Get or Set Kind property.
      Parameters:
      kind - the kind value to set.
      Returns:
      the MapsAccountInner 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.
    • properties

      public MapsAccountProperties properties()
      Get the properties property: The map account properties.
      Returns:
      the properties value.
    • withProperties

      public MapsAccountInner withProperties(MapsAccountProperties properties)
      Set the properties property: The map account properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the MapsAccountInner object itself.
    • withLocation

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

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