SearchGetSchemaResponse Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SearchGetSchemaResponse() |
Initialise une nouvelle instance de la classe SearchGetSchemaResponse. |
SearchGetSchemaResponse(SearchMetadata, IList<SearchSchemaValue>) |
Initialise une nouvelle instance de la classe SearchGetSchemaResponse. |
SearchGetSchemaResponse()
Initialise une nouvelle instance de la classe SearchGetSchemaResponse.
public SearchGetSchemaResponse ();
Public Sub New ()
S’applique à
SearchGetSchemaResponse(SearchMetadata, IList<SearchSchemaValue>)
Initialise une nouvelle instance de la classe SearchGetSchemaResponse.
public SearchGetSchemaResponse (Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata metadata = default, System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.SearchSchemaValue> value = default);
new Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSchemaResponse : Microsoft.Azure.Management.OperationalInsights.Models.SearchMetadata * System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.SearchSchemaValue> -> Microsoft.Azure.Management.OperationalInsights.Models.SearchGetSchemaResponse
Public Sub New (Optional metadata As SearchMetadata = Nothing, Optional value As IList(Of SearchSchemaValue) = Nothing)
Paramètres
- metadata
- SearchMetadata
Métadonnées des résultats de la recherche.
- value
- IList<SearchSchemaValue>
Tableau de valeurs de résultat.
S’applique à
Azure SDK for .NET