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

237 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters"
name: "WorkbookUpdateParameters"
nameWithType: "WorkbookUpdateParameters"
summary: "The parameters that can be provided when updating workbook properties properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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 final class **WorkbookUpdateParameters**"
constructors:
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.WorkbookUpdateParameters()"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.WorkbookUpdateParameters()"
name: "WorkbookUpdateParameters()"
nameWithType: "WorkbookUpdateParameters.WorkbookUpdateParameters()"
summary: "Creates an instance of Workbook<wbr>Update<wbr>Parameters class."
syntax: "public WorkbookUpdateParameters()"
desc: "Creates an instance of WorkbookUpdateParameters class."
methods:
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.category()"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.category()"
name: "category()"
nameWithType: "WorkbookUpdateParameters.category()"
summary: "Get the category property: Workbook category, as defined by the user at creation time."
syntax: "public String category()"
desc: "Get the category property: Workbook category, as defined by the user at creation time."
returns:
description: "the category value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.description()"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.description()"
name: "description()"
nameWithType: "WorkbookUpdateParameters.description()"
summary: "Get the description property: The description of the workbook."
syntax: "public String description()"
desc: "Get the description property: The description of the workbook."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.displayName()"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.displayName()"
name: "displayName()"
nameWithType: "WorkbookUpdateParameters.displayName()"
summary: "Get the display<wbr>Name property: The user-defined name (display name) of the workbook."
syntax: "public String displayName()"
desc: "Get the displayName property: The user-defined name (display name) of the workbook."
returns:
description: "the displayName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.kind()"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.kind()"
name: "kind()"
nameWithType: "WorkbookUpdateParameters.kind()"
summary: "Get the kind property: The kind of workbook."
syntax: "public WorkbookUpdateSharedTypeKind 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.WorkbookUpdateSharedTypeKind?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateSharedTypeKind&text=WorkbookUpdateSharedTypeKind\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.revision()"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.revision()"
name: "revision()"
nameWithType: "WorkbookUpdateParameters.revision()"
summary: "Get the revision property: The unique revision id for this workbook definition."
syntax: "public String revision()"
desc: "Get the revision property: The unique revision id for this workbook definition."
returns:
description: "the revision value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.serializedData()"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.serializedData()"
name: "serializedData()"
nameWithType: "WorkbookUpdateParameters.serializedData()"
summary: "Get the serialized<wbr>Data property: Configuration of this particular workbook."
syntax: "public String serializedData()"
desc: "Get the serializedData property: Configuration of this particular workbook. Configuration data is a string containing valid JSON."
returns:
description: "the serializedData value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.tags()"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.tags()"
name: "tags()"
nameWithType: "WorkbookUpdateParameters.tags()"
summary: "Get the tags property: Resource tags."
syntax: "public Map<String,String> tags()"
desc: "Get the tags property: Resource tags."
returns:
description: "the tags value."
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;"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.tagsPropertiesTags()"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.tagsPropertiesTags()"
name: "tagsPropertiesTags()"
nameWithType: "WorkbookUpdateParameters.tagsPropertiesTags()"
summary: "Get the tags property: A list of 0 or more tags that are associated with this workbook definition."
syntax: "public List<String> tagsPropertiesTags()"
desc: "Get the tags property: A list of 0 or more tags that are associated with this workbook definition."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.validate()"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.validate()"
name: "validate()"
nameWithType: "WorkbookUpdateParameters.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.withCategory(java.lang.String)"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.withCategory(String category)"
name: "withCategory(String category)"
nameWithType: "WorkbookUpdateParameters.withCategory(String category)"
summary: "Set the category property: Workbook category, as defined by the user at creation time."
parameters:
- description: "the category value to set."
name: "category"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkbookUpdateParameters withCategory(String category)"
desc: "Set the category property: Workbook category, as defined by the user at creation time."
returns:
description: "the WorkbookUpdateParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters&text=WorkbookUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "WorkbookUpdateParameters.withDescription(String description)"
summary: "Set the description property: The description of the workbook."
parameters:
- description: "the description value to set."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkbookUpdateParameters withDescription(String description)"
desc: "Set the description property: The description of the workbook."
returns:
description: "the WorkbookUpdateParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters&text=WorkbookUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.withDisplayName(java.lang.String)"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.withDisplayName(String displayName)"
name: "withDisplayName(String displayName)"
nameWithType: "WorkbookUpdateParameters.withDisplayName(String displayName)"
summary: "Set the display<wbr>Name property: The user-defined name (display name) of the workbook."
parameters:
- description: "the displayName value to set."
name: "displayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkbookUpdateParameters withDisplayName(String displayName)"
desc: "Set the displayName property: The user-defined name (display name) of the workbook."
returns:
description: "the WorkbookUpdateParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters&text=WorkbookUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.withKind(com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateSharedTypeKind)"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.withKind(WorkbookUpdateSharedTypeKind kind)"
name: "withKind(WorkbookUpdateSharedTypeKind kind)"
nameWithType: "WorkbookUpdateParameters.withKind(WorkbookUpdateSharedTypeKind 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.WorkbookUpdateSharedTypeKind?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateSharedTypeKind&text=WorkbookUpdateSharedTypeKind\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WorkbookUpdateParameters withKind(WorkbookUpdateSharedTypeKind kind)"
desc: "Set the kind property: The kind of workbook. Only valid value is shared."
returns:
description: "the WorkbookUpdateParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters&text=WorkbookUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.withRevision(java.lang.String)"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.withRevision(String revision)"
name: "withRevision(String revision)"
nameWithType: "WorkbookUpdateParameters.withRevision(String revision)"
summary: "Set the revision property: The unique revision id for this workbook definition."
parameters:
- description: "the revision value to set."
name: "revision"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkbookUpdateParameters withRevision(String revision)"
desc: "Set the revision property: The unique revision id for this workbook definition."
returns:
description: "the WorkbookUpdateParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters&text=WorkbookUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.withSerializedData(java.lang.String)"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.withSerializedData(String serializedData)"
name: "withSerializedData(String serializedData)"
nameWithType: "WorkbookUpdateParameters.withSerializedData(String serializedData)"
summary: "Set the serialized<wbr>Data property: Configuration of this particular workbook."
parameters:
- description: "the serializedData value to set."
name: "serializedData"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkbookUpdateParameters withSerializedData(String serializedData)"
desc: "Set the serializedData property: Configuration of this particular workbook. Configuration data is a string containing valid JSON."
returns:
description: "the WorkbookUpdateParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters&text=WorkbookUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "WorkbookUpdateParameters.withTags(Map<String,String> tags)"
summary: "Set the tags property: Resource tags."
parameters:
- description: "the tags value to set."
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 WorkbookUpdateParameters withTags(Map<String,String> tags)"
desc: "Set the tags property: Resource tags."
returns:
description: "the WorkbookUpdateParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters&text=WorkbookUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.withTagsPropertiesTags(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters.withTagsPropertiesTags(List<String> tags)"
name: "withTagsPropertiesTags(List<String> tags)"
nameWithType: "WorkbookUpdateParameters.withTagsPropertiesTags(List<String> tags)"
summary: "Set the tags property: A list of 0 or more tags that are associated with this workbook definition."
parameters:
- description: "the tags value to set."
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public WorkbookUpdateParameters withTagsPropertiesTags(List<String> tags)"
desc: "Set the tags property: A list of 0 or more tags that are associated with this workbook definition."
returns:
description: "the WorkbookUpdateParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters?alt=com.azure.resourcemanager.applicationinsights.models.WorkbookUpdateParameters&text=WorkbookUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The parameters that can be provided when updating workbook properties properties."
metadata: {}
package: "com.azure.resourcemanager.applicationinsights.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-applicationinsights:1.0.0