QueryPerformanceInsightResetDataResult 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
QueryPerformanceInsightResetDataResult() |
Initializes a new instance of the QueryPerformanceInsightResetDataResult class. |
QueryPerformanceInsightResetDataResult(String, String) |
Initializes a new instance of the QueryPerformanceInsightResetDataResult class. |
QueryPerformanceInsightResetDataResult()
Initializes a new instance of the QueryPerformanceInsightResetDataResult class.
public QueryPerformanceInsightResetDataResult ();
Public Sub New ()
Applies to
QueryPerformanceInsightResetDataResult(String, String)
Initializes a new instance of the QueryPerformanceInsightResetDataResult class.
public QueryPerformanceInsightResetDataResult (string status = default, string message = default);
new Microsoft.Azure.Management.MySQL.Models.QueryPerformanceInsightResetDataResult : string * string -> Microsoft.Azure.Management.MySQL.Models.QueryPerformanceInsightResetDataResult
Public Sub New (Optional status As String = Nothing, Optional message As String = Nothing)
Parameters
- status
- String
Indicates result of the operation. Possible values include: 'Succeeded', 'Failed'
- message
- String
operation message.
Applies to
Azure SDK for .NET