Interface ImageDefinition


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

    Modifier and Type
    Method
    Description
    Gets the contentUrl property: Content URL for the image blob.
    Gets the imageExists property: Whether image exists already.
    Gets the inner com.azure.resourcemanager.customerinsights.fluent.models.ImageDefinitionInner object.
    Gets the relativePath property: Relative path of the image.
  • Method Details

    • imageExists

      Boolean imageExists()
      Gets the imageExists property: Whether image exists already.
      Returns:
      the imageExists value.
    • contentUrl

      String contentUrl()
      Gets the contentUrl property: Content URL for the image blob.
      Returns:
      the contentUrl value.
    • relativePath

      String relativePath()
      Gets the relativePath property: Relative path of the image.
      Returns:
      the relativePath value.
    • innerModel

      ImageDefinitionInner innerModel()
      Gets the inner com.azure.resourcemanager.customerinsights.fluent.models.ImageDefinitionInner object.
      Returns:
      the inner object.