MyWorkbookResource Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. applicationinsights. models. MyWorkbookResource
- com.
- com.
- com.
public class MyWorkbookResource
extends Resource
An azure resource object.
Constructor Summary
| Constructor | Description |
|---|---|
| MyWorkbookResource() |
Creates an instance of My |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,String> |
etag()
Get the etag property: Resource etag. |
|
static
My |
fromJson(JsonReader jsonReader)
Reads an instance of My |
| String |
id()
Get the id property: Azure resource Id. |
|
My |
identity()
Get the identity property: Identity used for BYOS. |
| String |
name()
Get the name property: Azure resource name. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Azure resource type. |
| void |
validate()
Validates the instance. |
|
My |
withEtag(Map<String,String> etag)
Set the etag property: Resource etag. |
|
My |
withId(String id)
Set the id property: Azure resource Id. |
|
My |
withIdentity(MyWorkbookManagedIdentity identity)
Set the identity property: Identity used for BYOS. |
|
My |
withLocation(String location) |
|
My |
withName(String name)
Set the name property: Azure resource name. |
|
My |
withTags(Map<String,String> tags) |
|
My |
withType(String type)
Set the type property: Azure resource type. |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
MyWorkbookResource
public MyWorkbookResource()
Creates an instance of MyWorkbookResource class.
Method Details
etag
public Map<String,String> etag()
Get the etag property: Resource etag.
Returns:
fromJson
public static MyWorkbookResource fromJson(JsonReader jsonReader)
Reads an instance of MyWorkbookResource from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Azure resource Id.
Overrides:
MyWorkbookResource.id()Returns:
identity
public MyWorkbookManagedIdentity identity()
Get the identity property: Identity used for BYOS.
Returns:
name
public String name()
Get the name property: Azure resource name.
Overrides:
MyWorkbookResource.name()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MyWorkbookResource.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Azure resource type.
Overrides:
MyWorkbookResource.type()Returns:
validate
public void validate()
Validates the instance.
withEtag
public MyWorkbookResource withEtag(Map<String,String> etag)
Set the etag property: Resource etag.
Parameters:
Returns:
withId
public MyWorkbookResource withId(String id)
Set the id property: Azure resource Id.
Parameters:
Returns:
withIdentity
public MyWorkbookResource withIdentity(MyWorkbookManagedIdentity identity)
Set the identity property: Identity used for BYOS.
Parameters:
Returns:
withLocation
public MyWorkbookResource withLocation(String location)
Overrides:
MyWorkbookResource.withLocation(String location)Parameters:
withName
public MyWorkbookResource withName(String name)
Set the name property: Azure resource name.
Parameters:
Returns:
withTags
public MyWorkbookResource withTags(Map<String,String> tags)
Overrides:
MyWorkbookResource.withTags(Map<String,String> tags)Parameters:
withType
public MyWorkbookResource withType(String type)
Set the type property: Azure resource type.
Parameters:
Returns: