HeatMapModelInner Constructors

Definition

Overloads

HeatMapModelInner()

Initializes a new instance of the HeatMapModelInner class.

HeatMapModelInner(String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<HeatMapEndpoint>, IList<TrafficFlow>)

Initializes a new instance of the HeatMapModelInner class.

HeatMapModelInner()

Initializes a new instance of the HeatMapModelInner class.

public HeatMapModelInner ();
Public Sub New ()

Applies to

HeatMapModelInner(String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<HeatMapEndpoint>, IList<TrafficFlow>)

Initializes a new instance of the HeatMapModelInner class.

public HeatMapModelInner (string id = default, string name = default, string type = default, DateTime? startTime = default, DateTime? endTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Fluent.Models.HeatMapEndpoint> endpoints = default, System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Fluent.Models.TrafficFlow> trafficFlows = default);
new Microsoft.Azure.Management.TrafficManager.Fluent.Models.HeatMapModelInner : string * string * string * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Fluent.Models.HeatMapEndpoint> * System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Fluent.Models.TrafficFlow> -> Microsoft.Azure.Management.TrafficManager.Fluent.Models.HeatMapModelInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional endpoints As IList(Of HeatMapEndpoint) = Nothing, Optional trafficFlows As IList(Of TrafficFlow) = Nothing)

Parameters

id
String

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. Ex- Microsoft.Network/trafficmanagerProfiles.

startTime
Nullable<DateTime>

The beginning of the time window for this HeatMap, inclusive.

endTime
Nullable<DateTime>

The ending of the time window for this HeatMap, exclusive.

endpoints
IList<HeatMapEndpoint>

The endpoints used in this HeatMap calculation.

trafficFlows
IList<TrafficFlow>

The traffic flows produced in this HeatMap calculation.

Applies to