Interface EnvironmentResource


public interface EnvironmentResource
An immutable client-side representation of EnvironmentResource.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.timeseriesinsights.fluent.models.EnvironmentResourceInner object.
    Gets the location property: The geo-location where the resource lives.
    Gets the name property: The name of the resource.
    sku()
    Gets the sku property: The sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1).
    Gets the tags property: Resource tags.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • sku

      Sku sku()
      Gets the sku property: The sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1). For Gen1 environments the sku determines the capacity of the environment, the ingress rate, and the billing rate.
      Returns:
      the sku value.
    • innerModel

      Gets the inner com.azure.resourcemanager.timeseriesinsights.fluent.models.EnvironmentResourceInner object.
      Returns:
      the inner object.