azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

152 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource"
name: "WorkbookResource"
nameWithType: "WorkbookResource"
summary: "An azure resource object."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **WorkbookResource**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.WorkbookResource()"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.WorkbookResource()"
name: "WorkbookResource()"
nameWithType: "WorkbookResource.WorkbookResource()"
summary: "Creates an instance of Workbook<wbr>Resource class."
syntax: "public WorkbookResource()"
desc: "Creates an instance of WorkbookResource class."
methods:
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.etag()"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.etag()"
name: "etag()"
nameWithType: "WorkbookResource.etag()"
summary: "Get the etag property: Resource etag."
syntax: "public String etag()"
desc: "Get the etag property: Resource etag."
returns:
description: "the etag value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.identity()"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.identity()"
name: "identity()"
nameWithType: "WorkbookResource.identity()"
summary: "Get the identity property: Identity used for BYOS."
syntax: "public WorkbookResourceIdentity identity()"
desc: "Get the identity property: Identity used for BYOS."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.WorkbookResourceIdentity?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookResourceIdentity&text=WorkbookResourceIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.kind()"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.kind()"
name: "kind()"
nameWithType: "WorkbookResource.kind()"
summary: "Get the kind property: The kind of workbook."
syntax: "public WorkbookSharedTypeKind kind()"
desc: "Get the kind property: The kind of workbook. Only valid value is shared."
returns:
description: "the kind value."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.WorkbookSharedTypeKind?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookSharedTypeKind&text=WorkbookSharedTypeKind\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.validate()"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.validate()"
name: "validate()"
nameWithType: "WorkbookResource.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.withEtag(java.lang.String)"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.withEtag(String etag)"
name: "withEtag(String etag)"
nameWithType: "WorkbookResource.withEtag(String etag)"
summary: "Set the etag property: Resource etag."
parameters:
- description: "the etag value to set."
name: "etag"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkbookResource withEtag(String etag)"
desc: "Set the etag property: Resource etag."
returns:
description: "the WorkbookResource object itself."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.WorkbookResource?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookResource&text=WorkbookResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.withIdentity(com.azure.resourcemanager.applicationinsights.models.WorkbookResourceIdentity)"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.withIdentity(WorkbookResourceIdentity identity)"
name: "withIdentity(WorkbookResourceIdentity identity)"
nameWithType: "WorkbookResource.withIdentity(WorkbookResourceIdentity identity)"
summary: "Set the identity property: Identity used for BYOS."
parameters:
- description: "the identity value to set."
name: "identity"
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.WorkbookResourceIdentity?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookResourceIdentity&text=WorkbookResourceIdentity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WorkbookResource withIdentity(WorkbookResourceIdentity identity)"
desc: "Set the identity property: Identity used for BYOS."
returns:
description: "the WorkbookResource object itself."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.WorkbookResource?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookResource&text=WorkbookResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.withKind(com.azure.resourcemanager.applicationinsights.models.WorkbookSharedTypeKind)"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.withKind(WorkbookSharedTypeKind kind)"
name: "withKind(WorkbookSharedTypeKind kind)"
nameWithType: "WorkbookResource.withKind(WorkbookSharedTypeKind kind)"
summary: "Set the kind property: The kind of workbook."
parameters:
- description: "the kind value to set."
name: "kind"
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.WorkbookSharedTypeKind?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookSharedTypeKind&text=WorkbookSharedTypeKind\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WorkbookResource withKind(WorkbookSharedTypeKind kind)"
desc: "Set the kind property: The kind of workbook. Only valid value is shared."
returns:
description: "the WorkbookResource object itself."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.WorkbookResource?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookResource&text=WorkbookResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.withLocation(java.lang.String)"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "WorkbookResource.withLocation(String location)"
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
parameters:
- name: "location"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkbookResource withLocation(String location)"
returns:
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.WorkbookResource?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookResource&text=WorkbookResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookResource.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "WorkbookResource.withTags(Map<String,String> tags)"
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
parameters:
- name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public WorkbookResource withTags(Map<String,String> tags)"
returns:
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.WorkbookResource?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookResource&text=WorkbookResource\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An azure resource object."
metadata: {}
package: "com.azure.resourcemanager.applicationinsights.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-applicationinsights:1.0.0