Class DatasetResourceInner

java.lang.Object
com.azure.core.management.SubResource
com.azure.resourcemanager.datafactory.fluent.models.DatasetResourceInner

public final class DatasetResourceInner extends com.azure.core.management.SubResource
Dataset resource type.
  • Constructor Details

    • DatasetResourceInner

      public DatasetResourceInner()
  • Method Details

    • properties

      public Dataset properties()
      Get the properties property: Dataset properties.
      Returns:
      the properties value.
    • withProperties

      public DatasetResourceInner withProperties(Dataset properties)
      Set the properties property: Dataset properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the DatasetResourceInner object itself.
    • name

      public String name()
      Get the name property: The resource name.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: The resource type.
      Returns:
      the type value.
    • etag

      public String etag()
      Get the etag property: Etag identifies change in the resource.
      Returns:
      the etag value.
    • withId

      public DatasetResourceInner withId(String id)
      Overrides:
      withId in class com.azure.core.management.SubResource
    • validate

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