Workbook Interface
public interface Workbook
An immutable client-side representation of Workbook.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
category()
Gets the category property: Workbook category, as defined by the user at creation time. |
| abstract String |
description()
Gets the description property: The description of the workbook. |
| abstract String |
displayName()
Gets the display |
| abstract String |
etag()
Gets the etag property: Resource etag. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Workbook |
identity()
Gets the identity property: Identity used for BYOS. |
|
abstract
Workbook |
innerModel()
Gets the inner com. |
|
abstract
Workbook |
kind()
Gets the kind property: The kind of workbook. |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Workbook |
refresh()
Refreshes the resource to sync with Azure. |
| abstract Workbook |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract String |
revision()
Gets the revision property: The unique revision id for this workbook definition. |
| abstract String |
serializedData()
Gets the serialized |
| abstract String |
sourceId()
Gets the source |
| abstract String |
storageUri()
Gets the storage |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract List<String> |
tagsPropertiesTags()
Gets the tags |
|
abstract
Offset |
timeModified()
Gets the time |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Workbook resource. |
| abstract String |
userId()
Gets the user |
| abstract String |
version()
Gets the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serialized |
Method Details
category
public abstract String category()
Gets the category property: Workbook category, as defined by the user at creation time.
Returns:
description
public abstract String description()
Gets the description property: The description of the workbook.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: The user-defined name (display name) of the workbook.
Returns:
etag
public abstract String etag()
Gets the etag property: Resource etag.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
identity
public abstract WorkbookResourceIdentity identity()
Gets the identity property: Identity used for BYOS.
Returns:
innerModel
public abstract WorkbookInner innerModel()
Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.WorkbookInner object.
Returns:
kind
public abstract WorkbookSharedTypeKind kind()
Gets the kind property: The kind of workbook. Only valid value is shared.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract Workbook refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Workbook refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
revision
public abstract String revision()
Gets the revision property: The unique revision id for this workbook definition.
Returns:
serializedData
public abstract String serializedData()
Gets the serializedData property: Configuration of this particular workbook. Configuration data is a string containing valid JSON.
Returns:
sourceId
public abstract String sourceId()
Gets the sourceId property: ResourceId for a source resource.
Returns:
storageUri
public abstract String storageUri()
Gets the storageUri property: The resourceId to the storage account when bring your own storage is used.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Metadata pertaining to creation and last modification of the resource.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
tagsPropertiesTags
public abstract List<String> tagsPropertiesTags()
Gets the tagsPropertiesTags property: Being deprecated, please use the other tags field.
Returns:
timeModified
public abstract OffsetDateTime timeModified()
Gets the timeModified property: Date and time in UTC of the last modification that was made to this workbook definition.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Workbook.Update update()
Begins update for the Workbook resource.
Returns:
userId
public abstract String userId()
Gets the userId property: Unique user id of the specific user that owns this workbook.
Returns:
version
public abstract String version()
Gets the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData.
Returns: