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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET