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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET