Bagikan melalui


QueryPerformanceInsightResetDataResult Constructors

Definition

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