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

69 строки
4.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.resourcegraph.models.Facet"
fullName: "com.azure.resourcemanager.resourcegraph.models.Facet"
name: "Facet"
nameWithType: "Facet"
summary: "A facet containing additional statistics on the response of a query."
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 class **Facet**"
constructors:
- uid: "com.azure.resourcemanager.resourcegraph.models.Facet.Facet()"
fullName: "com.azure.resourcemanager.resourcegraph.models.Facet.Facet()"
name: "Facet()"
nameWithType: "Facet.Facet()"
summary: "Creates an instance of Facet class."
syntax: "public Facet()"
desc: "Creates an instance of Facet class."
methods:
- uid: "com.azure.resourcemanager.resourcegraph.models.Facet.expression()"
fullName: "com.azure.resourcemanager.resourcegraph.models.Facet.expression()"
name: "expression()"
nameWithType: "Facet.expression()"
summary: "Get the expression property: Facet expression, same as in the corresponding facet request."
syntax: "public String expression()"
desc: "Get the expression property: Facet expression, same as in the corresponding facet request."
returns:
description: "the expression value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resourcegraph.models.Facet.validate()"
fullName: "com.azure.resourcemanager.resourcegraph.models.Facet.validate()"
name: "validate()"
nameWithType: "Facet.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.resourcegraph.models.Facet.withExpression(java.lang.String)"
fullName: "com.azure.resourcemanager.resourcegraph.models.Facet.withExpression(String expression)"
name: "withExpression(String expression)"
nameWithType: "Facet.withExpression(String expression)"
summary: "Set the expression property: Facet expression, same as in the corresponding facet request."
parameters:
- description: "the expression value to set."
name: "expression"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Facet withExpression(String expression)"
desc: "Set the expression property: Facet expression, same as in the corresponding facet request."
returns:
description: "the Facet object itself."
type: "<xref href=\"com.azure.resourcemanager.resourcegraph.models.Facet?alt=com.azure.resourcemanager.resourcegraph.models.Facet&text=Facet\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A facet containing additional statistics on the response of a query. Can be either FacetResult or FacetError."
metadata: {}
package: "com.azure.resourcemanager.resourcegraph.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-resourcegraph:1.0.0