Interface ViewResourceFormat


public interface ViewResourceFormat
An immutable client-side representation of ViewResourceFormat.
  • 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.
    • viewName

      String viewName()
      Gets the viewName property: Name of the view.
      Returns:
      the viewName value.
    • userId

      String userId()
      Gets the userId property: the user ID.
      Returns:
      the userId value.
    • tenantId

      String tenantId()
      Gets the tenantId property: the hub name.
      Returns:
      the tenantId value.
    • displayName

      Map<String,String> displayName()
      Gets the displayName property: Localized display name for the view.
      Returns:
      the displayName value.
    • definition

      String definition()
      Gets the definition property: View definition.
      Returns:
      the definition value.
    • changed

      OffsetDateTime changed()
      Gets the changed property: Date time when view was last modified.
      Returns:
      the changed value.
    • created

      OffsetDateTime created()
      Gets the created property: Date time when view was created.
      Returns:
      the created value.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      Gets the inner com.azure.resourcemanager.customerinsights.fluent.models.ViewResourceFormatInner object.
      Returns:
      the inner object.
    • update

      Begins update for the ViewResourceFormat resource.
      Returns:
      the stage of resource update.