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

126 строки
8.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cosmos.models.ComputedProperty"
fullName: "com.azure.resourcemanager.cosmos.models.ComputedProperty"
name: "ComputedProperty"
nameWithType: "ComputedProperty"
summary: "The definition of a computed property."
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 **ComputedProperty**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.ComputedProperty?alt=com.azure.resourcemanager.cosmos.models.ComputedProperty&text=ComputedProperty\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.cosmos.models.ComputedProperty.ComputedProperty()"
fullName: "com.azure.resourcemanager.cosmos.models.ComputedProperty.ComputedProperty()"
name: "ComputedProperty()"
nameWithType: "ComputedProperty.ComputedProperty()"
summary: "Creates an instance of Computed<wbr>Property class."
syntax: "public ComputedProperty()"
desc: "Creates an instance of ComputedProperty class."
methods:
- uid: "com.azure.resourcemanager.cosmos.models.ComputedProperty.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.cosmos.models.ComputedProperty.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ComputedProperty.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Computed<wbr>Property from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ComputedProperty fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the ComputedProperty."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ComputedProperty from the JsonReader."
returns:
description: "An instance of ComputedProperty if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.ComputedProperty?alt=com.azure.resourcemanager.cosmos.models.ComputedProperty&text=ComputedProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmos.models.ComputedProperty.name()"
fullName: "com.azure.resourcemanager.cosmos.models.ComputedProperty.name()"
name: "name()"
nameWithType: "ComputedProperty.name()"
summary: "Get the name property: The name of a computed property, for example - \"cp\\_lower<wbr>Name\"."
syntax: "public String name()"
desc: "Get the name property: The name of a computed property, for example - \"cp\\_lowerName\"."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cosmos.models.ComputedProperty.query()"
fullName: "com.azure.resourcemanager.cosmos.models.ComputedProperty.query()"
name: "query()"
nameWithType: "ComputedProperty.query()"
summary: "Get the query property: The query that evaluates the value for computed property, for example - \"SELECT VALUE LOWER(c.<wbr>name) FROM c\"."
syntax: "public String query()"
desc: "Get the query property: The query that evaluates the value for computed property, for example - \"SELECT VALUE LOWER(c.name) FROM c\"."
returns:
description: "the query value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cosmos.models.ComputedProperty.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.cosmos.models.ComputedProperty.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ComputedProperty.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmos.models.ComputedProperty.validate()"
fullName: "com.azure.resourcemanager.cosmos.models.ComputedProperty.validate()"
name: "validate()"
nameWithType: "ComputedProperty.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.cosmos.models.ComputedProperty.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.cosmos.models.ComputedProperty.withName(String name)"
name: "withName(String name)"
nameWithType: "ComputedProperty.withName(String name)"
summary: "Set the name property: The name of a computed property, for example - \"cp\\_lower<wbr>Name\"."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ComputedProperty withName(String name)"
desc: "Set the name property: The name of a computed property, for example - \"cp\\_lowerName\"."
returns:
description: "the ComputedProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.ComputedProperty?alt=com.azure.resourcemanager.cosmos.models.ComputedProperty&text=ComputedProperty\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cosmos.models.ComputedProperty.withQuery(java.lang.String)"
fullName: "com.azure.resourcemanager.cosmos.models.ComputedProperty.withQuery(String query)"
name: "withQuery(String query)"
nameWithType: "ComputedProperty.withQuery(String query)"
summary: "Set the query property: The query that evaluates the value for computed property, for example - \"SELECT VALUE LOWER(c.<wbr>name) FROM c\"."
parameters:
- description: "the query value to set."
name: "query"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ComputedProperty withQuery(String query)"
desc: "Set the query property: The query that evaluates the value for computed property, for example - \"SELECT VALUE LOWER(c.name) FROM c\"."
returns:
description: "the ComputedProperty object itself."
type: "<xref href=\"com.azure.resourcemanager.cosmos.models.ComputedProperty?alt=com.azure.resourcemanager.cosmos.models.ComputedProperty&text=ComputedProperty\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The definition of a computed property."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cosmos.models.ComputedProperty?alt=com.azure.resourcemanager.cosmos.models.ComputedProperty&text=ComputedProperty\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.cosmos.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cosmos:2.42.0