UserMetricsModel 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
UserMetricsModel() |
Initializes a new instance of the UserMetricsModel class. |
UserMetricsModel(String, String, String, String) |
Initializes a new instance of the UserMetricsModel class. |
UserMetricsModel()
Initializes a new instance of the UserMetricsModel class.
public UserMetricsModel ();
Public Sub New ()
Applies to
UserMetricsModel(String, String, String, String)
Initializes a new instance of the UserMetricsModel class.
public UserMetricsModel (string id = default, string name = default, string type = default, string key = default);
new Microsoft.Azure.Management.TrafficManager.Models.UserMetricsModel : string * string * string * string -> Microsoft.Azure.Management.TrafficManager.Models.UserMetricsModel
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional key As String = 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.
- key
- String
The key returned by the User Metrics operation.
Applies to
Azure SDK for .NET