WorkbookTemplateResource Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. applicationinsights. models. WorkbookTemplateResource
- com.
- com.
- com.
public class WorkbookTemplateResource
extends Resource
An azure resource object.
Constructor Summary
| Constructor | Description |
|---|---|
| WorkbookTemplateResource() |
Creates an instance of Workbook |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
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. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Workbook |
withLocation(String location) |
|
Workbook |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
WorkbookTemplateResource
public WorkbookTemplateResource()
Creates an instance of WorkbookTemplateResource class.
Method Details
fromJson
public static WorkbookTemplateResource fromJson(JsonReader jsonReader)
Reads an instance of WorkbookTemplateResource from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
WorkbookTemplateResource.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
WorkbookTemplateResource.name()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
WorkbookTemplateResource.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
WorkbookTemplateResource.type()Returns:
validate
public void validate()
Validates the instance.
withLocation
public WorkbookTemplateResource withLocation(String location)
Overrides:
WorkbookTemplateResource.withLocation(String location)Parameters:
withTags
public WorkbookTemplateResource withTags(Map<String,String> tags)
Overrides:
WorkbookTemplateResource.withTags(Map<String,String> tags)Parameters: