WorkbookInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. applicationinsights. models. WorkbookResource - com.
azure. resourcemanager. applicationinsights. fluent. models. WorkbookInner
- com.
- com.
- com.
- com.
public final class WorkbookInner
extends WorkbookResource
A workbook definition.
Constructor Summary
| Constructor | Description |
|---|---|
| WorkbookInner() |
Creates an instance of Workbook |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
category()
Get the category property: Workbook category, as defined by the user at creation time. |
| String |
description()
Get the description property: The description of the workbook. |
| String |
displayName()
Get the display |
|
static
Workbook |
fromJson(JsonReader jsonReader)
Reads an instance of Workbook |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
| String |
revision()
Get the revision property: The unique revision id for this workbook definition. |
| String |
serializedData()
Get the serialized |
| String |
sourceId()
Get the source |
| String |
storageUri()
Get the storage |
|
System |
systemData()
Get the system |
| List<String> |
tagsPropertiesTags()
Get the tags property: Being deprecated, please use the other tags field. |
|
Offset |
timeModified()
Get the time |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| String |
userId()
Get the user |
| void |
validate()
Validates the instance. |
| String |
version()
Get the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serialized |
|
Workbook |
withCategory(String category)
Set the category property: Workbook category, as defined by the user at creation time. |
|
Workbook |
withDescription(String description)
Set the description property: The description of the workbook. |
|
Workbook |
withDisplayName(String displayName)
Set the display |
|
Workbook |
withEtag(String etag)
Set the etag property: Resource etag. |
|
Workbook |
withIdentity(WorkbookResourceIdentity identity)
Set the identity property: Identity used for BYOS. |
|
Workbook |
withKind(WorkbookSharedTypeKind kind)
Set the kind property: The kind of workbook. |
|
Workbook |
withLocation(String location) |
|
Workbook |
withSerializedData(String serializedData)
Set the serialized |
|
Workbook |
withSourceId(String sourceId)
Set the source |
|
Workbook |
withStorageUri(String storageUri)
Set the storage |
|
Workbook |
withTags(Map<String,String> tags) |
|
Workbook |
withTagsPropertiesTags(List<String> tags)
Set the tags property: Being deprecated, please use the other tags field. |
|
Workbook |
withVersion(String version)
Set the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serialized |
Methods inherited from Resource
Methods inherited from WorkbookResource
Methods inherited from java.lang.Object
Constructor Details
WorkbookInner
public WorkbookInner()
Creates an instance of WorkbookInner class.
Method Details
category
public String category()
Get the category property: Workbook category, as defined by the user at creation time.
Returns:
description
public String description()
Get the description property: The description of the workbook.
Returns:
displayName
public String displayName()
Get the displayName property: The user-defined name (display name) of the workbook.
Returns:
fromJson
public static WorkbookInner fromJson(JsonReader jsonReader)
Reads an instance of WorkbookInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
WorkbookInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
WorkbookInner.name()Returns:
revision
public String revision()
Get the revision property: The unique revision id for this workbook definition.
Returns:
serializedData
public String serializedData()
Get the serializedData property: Configuration of this particular workbook. Configuration data is a string containing valid JSON.
Returns:
sourceId
public String sourceId()
Get the sourceId property: ResourceId for a source resource.
Returns:
storageUri
public String storageUri()
Get the storageUri property: The resourceId to the storage account when bring your own storage is used.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the resource.
Returns:
tagsPropertiesTags
public List<String> tagsPropertiesTags()
Get the tags property: Being deprecated, please use the other tags field.
Returns:
timeModified
public OffsetDateTime timeModified()
Get the timeModified property: Date and time in UTC of the last modification that was made to this workbook definition.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
WorkbookInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
WorkbookInner.type()Returns:
userId
public String userId()
Get the userId property: Unique user id of the specific user that owns this workbook.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
WorkbookInner.validate()version
public String version()
Get the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData.
Returns:
withCategory
public WorkbookInner withCategory(String category)
Set the category property: Workbook category, as defined by the user at creation time.
Parameters:
Returns:
withDescription
public WorkbookInner withDescription(String description)
Set the description property: The description of the workbook.
Parameters:
Returns:
withDisplayName
public WorkbookInner withDisplayName(String displayName)
Set the displayName property: The user-defined name (display name) of the workbook.
Parameters:
Returns:
withEtag
public WorkbookInner withEtag(String etag)
Set the etag property: Resource etag.
Overrides:
WorkbookInner.withEtag(String etag)Parameters:
withIdentity
public WorkbookInner withIdentity(WorkbookResourceIdentity identity)
Set the identity property: Identity used for BYOS.
Overrides:
WorkbookInner.withIdentity(WorkbookResourceIdentity identity)Parameters:
withKind
public WorkbookInner withKind(WorkbookSharedTypeKind kind)
Set the kind property: The kind of workbook. Only valid value is shared.
Overrides:
WorkbookInner.withKind(WorkbookSharedTypeKind kind)Parameters:
withLocation
public WorkbookInner withLocation(String location)
Overrides:
WorkbookInner.withLocation(String location)Parameters:
withSerializedData
public WorkbookInner withSerializedData(String serializedData)
Set the serializedData property: Configuration of this particular workbook. Configuration data is a string containing valid JSON.
Parameters:
Returns:
withSourceId
public WorkbookInner withSourceId(String sourceId)
Set the sourceId property: ResourceId for a source resource.
Parameters:
Returns:
withStorageUri
public WorkbookInner withStorageUri(String storageUri)
Set the storageUri property: The resourceId to the storage account when bring your own storage is used.
Parameters:
Returns:
withTags
public WorkbookInner withTags(Map<String,String> tags)
Overrides:
WorkbookInner.withTags(Map<String,String> tags)Parameters:
withTagsPropertiesTags
public WorkbookInner withTagsPropertiesTags(List<String> tags)
Set the tags property: Being deprecated, please use the other tags field.
Parameters:
Returns:
withVersion
public WorkbookInner withVersion(String version)
Set the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData.
Parameters:
Returns: