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

93 строки
6.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.resourcegraph.models.FacetRequest"
fullName: "com.azure.resourcemanager.resourcegraph.models.FacetRequest"
name: "FacetRequest"
nameWithType: "FacetRequest"
summary: "A request to compute additional statistics (facets) over the query results."
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 **FacetRequest**"
constructors:
- uid: "com.azure.resourcemanager.resourcegraph.models.FacetRequest.FacetRequest()"
fullName: "com.azure.resourcemanager.resourcegraph.models.FacetRequest.FacetRequest()"
name: "FacetRequest()"
nameWithType: "FacetRequest.FacetRequest()"
summary: "Creates an instance of Facet<wbr>Request class."
syntax: "public FacetRequest()"
desc: "Creates an instance of FacetRequest class."
methods:
- uid: "com.azure.resourcemanager.resourcegraph.models.FacetRequest.expression()"
fullName: "com.azure.resourcemanager.resourcegraph.models.FacetRequest.expression()"
name: "expression()"
nameWithType: "FacetRequest.expression()"
summary: "Get the expression property: The column or list of columns to summarize by."
syntax: "public String expression()"
desc: "Get the expression property: The column or list of columns to summarize by."
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.FacetRequest.options()"
fullName: "com.azure.resourcemanager.resourcegraph.models.FacetRequest.options()"
name: "options()"
nameWithType: "FacetRequest.options()"
summary: "Get the options property: The options for facet evaluation."
syntax: "public FacetRequestOptions options()"
desc: "Get the options property: The options for facet evaluation."
returns:
description: "the options value."
type: "<xref href=\"com.azure.resourcemanager.resourcegraph.models.FacetRequestOptions?alt=com.azure.resourcemanager.resourcegraph.models.FacetRequestOptions&text=FacetRequestOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resourcegraph.models.FacetRequest.validate()"
fullName: "com.azure.resourcemanager.resourcegraph.models.FacetRequest.validate()"
name: "validate()"
nameWithType: "FacetRequest.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.resourcegraph.models.FacetRequest.withExpression(java.lang.String)"
fullName: "com.azure.resourcemanager.resourcegraph.models.FacetRequest.withExpression(String expression)"
name: "withExpression(String expression)"
nameWithType: "FacetRequest.withExpression(String expression)"
summary: "Set the expression property: The column or list of columns to summarize by."
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 FacetRequest withExpression(String expression)"
desc: "Set the expression property: The column or list of columns to summarize by."
returns:
description: "the FacetRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.resourcegraph.models.FacetRequest?alt=com.azure.resourcemanager.resourcegraph.models.FacetRequest&text=FacetRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resourcegraph.models.FacetRequest.withOptions(com.azure.resourcemanager.resourcegraph.models.FacetRequestOptions)"
fullName: "com.azure.resourcemanager.resourcegraph.models.FacetRequest.withOptions(FacetRequestOptions options)"
name: "withOptions(FacetRequestOptions options)"
nameWithType: "FacetRequest.withOptions(FacetRequestOptions options)"
summary: "Set the options property: The options for facet evaluation."
parameters:
- description: "the options value to set."
name: "options"
type: "<xref href=\"com.azure.resourcemanager.resourcegraph.models.FacetRequestOptions?alt=com.azure.resourcemanager.resourcegraph.models.FacetRequestOptions&text=FacetRequestOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FacetRequest withOptions(FacetRequestOptions options)"
desc: "Set the options property: The options for facet evaluation."
returns:
description: "the FacetRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.resourcegraph.models.FacetRequest?alt=com.azure.resourcemanager.resourcegraph.models.FacetRequest&text=FacetRequest\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A request to compute additional statistics (facets) over the query results."
metadata: {}
package: "com.azure.resourcemanager.resourcegraph.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-resourcegraph:1.0.0