Response 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
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
- namespaceProperty
- String
- resourceregion
- String