UserMetricsModelInner 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
UserMetricsModelInner() |
Initializes a new instance of the UserMetricsModelInner class. |
UserMetricsModelInner(String, String, String, String) |
Initializes a new instance of the UserMetricsModelInner class. |
UserMetricsModelInner()
Initializes a new instance of the UserMetricsModelInner class.
public UserMetricsModelInner ();
Public Sub New ()
Applies to
UserMetricsModelInner(String, String, String, String)
Initializes a new instance of the UserMetricsModelInner class.
public UserMetricsModelInner (string id = default, string name = default, string type = default, string key = default);
new Microsoft.Azure.Management.TrafficManager.Fluent.Models.UserMetricsModelInner : string * string * string * string -> Microsoft.Azure.Management.TrafficManager.Fluent.Models.UserMetricsModelInner
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