Interface MyWorkbook


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String category()
      Gets the category property: Workbook category, as defined by the user at creation time.
      String displayName()
      Gets the displayName property: The user-defined name of the private workbook.
      Map<String,​String> etag()
      Gets the etag property: Resource etag.
      String id()
      Gets the id property: Azure resource Id.
      MyWorkbookManagedIdentity identity()
      Gets the identity property: Identity used for BYOS.
      MyWorkbookInner innerModel()
      Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.MyWorkbookInner object.
      Kind kind()
      Gets the kind property: The kind of workbook.
      String location()
      Gets the location property: The geo-location where the resource lives.
      String name()
      Gets the name property: Azure resource name.
      MyWorkbook refresh()
      Refreshes the resource to sync with Azure.
      MyWorkbook refresh​(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      com.azure.core.management.Region region()
      Gets the region of the resource.
      String regionName()
      Gets the name of the resource region.
      String serializedData()
      Gets the serializedData property: Configuration of this particular private workbook.
      String sourceId()
      Gets the sourceId property: Optional resourceId for a source resource.
      String storageUri()
      Gets the storageUri property: BYOS Storage Account URI.
      com.azure.core.management.SystemData systemData()
      Gets the systemData property: Metadata pertaining to creation and last modification of the resource.
      Map<String,​String> tags()
      Gets the tags property: Resource tags.
      List<String> tagsPropertiesTags()
      Gets the tagsPropertiesTags property: A list of 0 or more tags that are associated with this private workbook definition.
      String timeModified()
      Gets the timeModified property: Date and time in UTC of the last modification that was made to this private workbook definition.
      String type()
      Gets the type property: Azure resource type.
      MyWorkbook.Update update()
      Begins update for the MyWorkbook resource.
      String userId()
      Gets the userId property: Unique user id of the specific user that owns this private workbook.
      String version()
      Gets the version property: This instance's version of the data model.
    • Method Detail

      • location

        String location()
        Gets the location property: The geo-location where the resource lives.
        Returns:
        the location value.
      • tags

        Map<String,​String> tags()
        Gets the tags property: Resource tags.
        Returns:
        the tags value.
      • identity

        MyWorkbookManagedIdentity identity()
        Gets the identity property: Identity used for BYOS.
        Returns:
        the identity value.
      • id

        String id()
        Gets the id property: Azure resource Id.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: Azure resource name.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: Azure resource type.
        Returns:
        the type value.
      • etag

        Map<String,​String> etag()
        Gets the etag property: Resource etag.
        Returns:
        the etag value.
      • kind

        Kind kind()
        Gets the kind property: The kind of workbook. Choices are user and shared.
        Returns:
        the kind value.
      • systemData

        com.azure.core.management.SystemData systemData()
        Gets the systemData property: Metadata pertaining to creation and last modification of the resource.
        Returns:
        the systemData value.
      • displayName

        String displayName()
        Gets the displayName property: The user-defined name of the private workbook.
        Returns:
        the displayName value.
      • serializedData

        String serializedData()
        Gets the serializedData property: Configuration of this particular private workbook. Configuration data is a string containing valid JSON.
        Returns:
        the serializedData value.
      • version

        String version()
        Gets the version property: This instance's version of the data model. This can change as new features are added that can be marked private workbook.
        Returns:
        the version value.
      • timeModified

        String timeModified()
        Gets the timeModified property: Date and time in UTC of the last modification that was made to this private workbook definition.
        Returns:
        the timeModified value.
      • category

        String category()
        Gets the category property: Workbook category, as defined by the user at creation time.
        Returns:
        the category value.
      • tagsPropertiesTags

        List<String> tagsPropertiesTags()
        Gets the tagsPropertiesTags property: A list of 0 or more tags that are associated with this private workbook definition.
        Returns:
        the tagsPropertiesTags value.
      • userId

        String userId()
        Gets the userId property: Unique user id of the specific user that owns this private workbook.
        Returns:
        the userId value.
      • sourceId

        String sourceId()
        Gets the sourceId property: Optional resourceId for a source resource.
        Returns:
        the sourceId value.
      • storageUri

        String storageUri()
        Gets the storageUri property: BYOS Storage Account URI.
        Returns:
        the storageUri value.
      • region

        com.azure.core.management.Region region()
        Gets the region of the resource.
        Returns:
        the region of the resource.
      • regionName

        String regionName()
        Gets the name of the resource region.
        Returns:
        the name of the resource region.
      • innerModel

        MyWorkbookInner innerModel()
        Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.MyWorkbookInner object.
        Returns:
        the inner object.
      • update

        MyWorkbook.Update update()
        Begins update for the MyWorkbook resource.
        Returns:
        the stage of resource update.
      • refresh

        MyWorkbook refresh()
        Refreshes the resource to sync with Azure.
        Returns:
        the refreshed resource.
      • refresh

        MyWorkbook refresh​(com.azure.core.util.Context context)
        Refreshes the resource to sync with Azure.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        the refreshed resource.