FacetRequest Constructors
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.
Overloads
FacetRequest() |
Initializes a new instance of the FacetRequest class. |
FacetRequest(String, FacetRequestOptions) |
Initializes a new instance of the FacetRequest class. |
FacetRequest()
Initializes a new instance of the FacetRequest class.
public FacetRequest ();
Public Sub New ()
Applies to
FacetRequest(String, FacetRequestOptions)
Initializes a new instance of the FacetRequest class.
public FacetRequest (string expression, Microsoft.Azure.Management.ResourceGraph.Models.FacetRequestOptions options = default);
new Microsoft.Azure.Management.ResourceGraph.Models.FacetRequest : string * Microsoft.Azure.Management.ResourceGraph.Models.FacetRequestOptions -> Microsoft.Azure.Management.ResourceGraph.Models.FacetRequest
Public Sub New (expression As String, Optional options As FacetRequestOptions = Nothing)
Parameters
- expression
- String
The column or list of columns to summarize by
- options
- FacetRequestOptions
The options for facet evaluation
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET