Aracılığıyla paylaş


Response Constructors

Definition

Overloads

Response()
Response(String, IList<Metric>, Nullable<Double>, Nullable<TimeSpan>, String, String)

Response()

public Response ();
Public Sub New ()

Applies to

Response(String, IList<Metric>, Nullable<Double>, Nullable<TimeSpan>, String, String)

public Response (string timespan, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Metric> value, double? cost = default, TimeSpan? interval = default, string namespaceProperty = default, string resourceregion = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Response : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Metric> * Nullable<double> * Nullable<TimeSpan> * string * string -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Response
Public Sub New (timespan As String, value As IList(Of Metric), Optional cost As Nullable(Of Double) = Nothing, Optional interval As Nullable(Of TimeSpan) = Nothing, Optional namespaceProperty As String = Nothing, Optional resourceregion As String = Nothing)

Parameters

timespan
String
value
IList<Metric>
interval
Nullable<TimeSpan>
namespaceProperty
String
resourceregion
String

Applies to