CoreSummary 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
CoreSummary() |
Initializes a new instance of the CoreSummary class. |
CoreSummary(Int64, String) |
Initializes a new instance of the CoreSummary class. |
CoreSummary()
Initializes a new instance of the CoreSummary class.
public CoreSummary ();
Public Sub New ()
Applies to
CoreSummary(Int64, String)
Initializes a new instance of the CoreSummary class.
public CoreSummary (long numberOfDocuments, string status = default);
new Microsoft.Azure.Management.OperationalInsights.Models.CoreSummary : int64 * string -> Microsoft.Azure.Management.OperationalInsights.Models.CoreSummary
Public Sub New (numberOfDocuments As Long, Optional status As String = Nothing)
Parameters
- numberOfDocuments
- Int64
The number of documents of a core summary.
- status
- String
The status of a core summary.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET