Interface DetectorResponse


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

    Modifier and Type
    Method
    Description
    Gets the etag property: The ETag of the resource, used for concurrency statements.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.batch.fluent.models.DetectorResponseInner object.
    Gets the name property: The name of the resource.
    Gets the type property: The type of the resource.
    Gets the value property: A base64 encoded string that represents the content of a detector.
  • 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: The ETag of the resource, used for concurrency statements.
      Returns:
      the etag value.
    • value

      String value()
      Gets the value property: A base64 encoded string that represents the content of a detector.
      Returns:
      the value value.
    • innerModel

      DetectorResponseInner innerModel()
      Gets the inner com.azure.resourcemanager.batch.fluent.models.DetectorResponseInner object.
      Returns:
      the inner object.