Interface SparkConfigurationResource


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

    Modifier and Type
    Method
    Description
    Gets the annotations property: Annotations for SparkConfiguration.
    Gets the configMergeRule property: SparkConfiguration merge configs.
    Gets the configs property: SparkConfiguration configs.
    Gets the created property: The timestamp of resource creation.
    Gets the createdBy property: The identity that created the resource.
    Gets the description property: Description about the SparkConfiguration.
    Gets the etag property: Resource Etag.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.synapse.fluent.models.SparkConfigurationResourceInner object.
    Gets the name property: The name of the resource.
    Gets the notes property: additional Notes.
    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.
    • etag

      String etag()
      Gets the etag property: Resource Etag.
      Returns:
      the etag value.
    • description

      String description()
      Gets the description property: Description about the SparkConfiguration.
      Returns:
      the description value.
    • configs

      Map<String,String> configs()
      Gets the configs property: SparkConfiguration configs.
      Returns:
      the configs value.
    • annotations

      List<String> annotations()
      Gets the annotations property: Annotations for SparkConfiguration.
      Returns:
      the annotations value.
    • notes

      String notes()
      Gets the notes property: additional Notes.
      Returns:
      the notes value.
    • createdBy

      String createdBy()
      Gets the createdBy property: The identity that created the resource.
      Returns:
      the createdBy value.
    • created

      OffsetDateTime created()
      Gets the created property: The timestamp of resource creation.
      Returns:
      the created value.
    • configMergeRule

      Map<String,String> configMergeRule()
      Gets the configMergeRule property: SparkConfiguration merge configs.
      Returns:
      the configMergeRule value.
    • innerModel

      Gets the inner com.azure.resourcemanager.synapse.fluent.models.SparkConfigurationResourceInner object.
      Returns:
      the inner object.