//go:build go1.18 // +build go1.18 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // Code generated by Microsoft (R) AutoRest Code Generator. DO NOT EDIT. // Changes may cause incorrect behavior and will be lost if the code is regenerated. package armresourcegraph // FacetClassification provides polymorphic access to related types. // Call the interface's GetFacet() method to access the common type. // Use a type switch to determine the concrete type. The possible types are: // - *Facet, *FacetError, *FacetResult type FacetClassification interface { // GetFacet returns the Facet content of the underlying type. GetFacet() *Facet }