HeatMapModel 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
HeatMapModel() |
Initializes a new instance of the HeatMapModel class. |
HeatMapModel(String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<HeatMapEndpoint>, IList<TrafficFlow>) |
Initializes a new instance of the HeatMapModel class. |
HeatMapModel()
Initializes a new instance of the HeatMapModel class.
public HeatMapModel ();
Public Sub New ()
Applies to
HeatMapModel(String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<HeatMapEndpoint>, IList<TrafficFlow>)
Initializes a new instance of the HeatMapModel class.
public HeatMapModel (string id = default, string name = default, string type = default, DateTime? startTime = default, DateTime? endTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.HeatMapEndpoint> endpoints = default, System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.TrafficFlow> trafficFlows = default);
new Microsoft.Azure.Management.TrafficManager.Models.HeatMapModel : string * string * string * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.HeatMapEndpoint> * System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.TrafficFlow> -> Microsoft.Azure.Management.TrafficManager.Models.HeatMapModel
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.
- endpoints
- IList<HeatMapEndpoint>
The endpoints used in this HeatMap calculation.
- trafficFlows
- IList<TrafficFlow>
The traffic flows produced in this HeatMap calculation.
Applies to
Azure SDK for .NET