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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.