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

89 строки
6.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.resourcegraph.models.FacetError"
fullName: "com.azure.resourcemanager.resourcegraph.models.FacetError"
name: "FacetError"
nameWithType: "FacetError"
summary: "A facet whose execution resulted in an error."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resourcegraph.models.Facet?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.resourcegraph.models.Facet?alt=com.azure.resourcemanager.resourcegraph.models.Facet&text=Facet\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.resourcegraph.models.Facet.expression()?alt=com.azure.resourcemanager.resourcegraph.models.Facet.expression&text=expression\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resourcegraph.models.Facet.validate()?alt=com.azure.resourcemanager.resourcegraph.models.Facet.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resourcegraph.models.Facet.withExpression(java.lang.String)?alt=com.azure.resourcemanager.resourcegraph.models.Facet.withExpression&text=withExpression\" 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 final class **FacetError**</br> extends <xref href=\"com.azure.resourcemanager.resourcegraph.models.Facet?alt=com.azure.resourcemanager.resourcegraph.models.Facet&text=Facet\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.resourcegraph.models.FacetError.FacetError()"
fullName: "com.azure.resourcemanager.resourcegraph.models.FacetError.FacetError()"
name: "FacetError()"
nameWithType: "FacetError.FacetError()"
summary: "Creates an instance of Facet<wbr>Error class."
syntax: "public FacetError()"
desc: "Creates an instance of FacetError class."
methods:
- uid: "com.azure.resourcemanager.resourcegraph.models.FacetError.errors()"
fullName: "com.azure.resourcemanager.resourcegraph.models.FacetError.errors()"
name: "errors()"
nameWithType: "FacetError.errors()"
summary: "Get the errors property: An array containing detected facet errors with details."
syntax: "public List<ErrorDetails> errors()"
desc: "Get the errors property: An array containing detected facet errors with details."
returns:
description: "the errors value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.resourcegraph.models.ErrorDetails?alt=com.azure.resourcemanager.resourcegraph.models.ErrorDetails&text=ErrorDetails\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.resourcegraph.models.FacetError.validate()"
fullName: "com.azure.resourcemanager.resourcegraph.models.FacetError.validate()"
name: "validate()"
nameWithType: "FacetError.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.resourcegraph.models.Facet.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.resourcegraph.models.FacetError.withErrors(java.util.List<com.azure.resourcemanager.resourcegraph.models.ErrorDetails>)"
fullName: "com.azure.resourcemanager.resourcegraph.models.FacetError.withErrors(List<ErrorDetails> errors)"
name: "withErrors(List<ErrorDetails> errors)"
nameWithType: "FacetError.withErrors(List<ErrorDetails> errors)"
summary: "Set the errors property: An array containing detected facet errors with details."
parameters:
- description: "the errors value to set."
name: "errors"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.resourcegraph.models.ErrorDetails?alt=com.azure.resourcemanager.resourcegraph.models.ErrorDetails&text=ErrorDetails\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public FacetError withErrors(List<ErrorDetails> errors)"
desc: "Set the errors property: An array containing detected facet errors with details."
returns:
description: "the FacetError object itself."
type: "<xref href=\"com.azure.resourcemanager.resourcegraph.models.FacetError?alt=com.azure.resourcemanager.resourcegraph.models.FacetError&text=FacetError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resourcegraph.models.FacetError.withExpression(java.lang.String)"
fullName: "com.azure.resourcemanager.resourcegraph.models.FacetError.withExpression(String expression)"
name: "withExpression(String expression)"
nameWithType: "FacetError.withExpression(String expression)"
summary: "Set the expression property: Facet expression, same as in the corresponding facet request."
overridden: "com.azure.resourcemanager.resourcegraph.models.Facet.withExpression(java.lang.String)"
parameters:
- name: "expression"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public FacetError withExpression(String expression)"
desc: "Set the expression property: Facet expression, same as in the corresponding facet request."
returns:
type: "<xref href=\"com.azure.resourcemanager.resourcegraph.models.FacetError?alt=com.azure.resourcemanager.resourcegraph.models.FacetError&text=FacetError\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A facet whose execution resulted in an error."
metadata: {}
package: "com.azure.resourcemanager.resourcegraph.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-resourcegraph:1.0.0