ArmResourceGraphModelFactory.Facet(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of Facet.
public static Azure.ResourceManager.ResourceGraph.Models.Facet Facet (string expression = default, string resultType = default);
static member Facet : string * string -> Azure.ResourceManager.ResourceGraph.Models.Facet
Public Shared Function Facet (Optional expression As String = Nothing, Optional resultType As String = Nothing) As Facet
Parameters
- expression
- String
Facet expression, same as in the corresponding facet request.
- resultType
- String
Result type.
Returns
A new Facet instance for mocking.