ArmTrafficManagerModelFactory.TrafficManagerUserMetricData Method
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.
public static Azure.ResourceManager.TrafficManager.TrafficManagerUserMetricData TrafficManagerUserMetricData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, string key = default);
static member TrafficManagerUserMetricData : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * string -> Azure.ResourceManager.TrafficManager.TrafficManagerUserMetricData
Public Shared Function TrafficManagerUserMetricData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional key As String = Nothing) As TrafficManagerUserMetricData
Parameters
Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}.
- name
- String
The name of the resource.
- resourceType
- Nullable<ResourceType>
The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.
- key
- String
The key returned by the User Metrics operation.
Returns
A new TrafficManagerUserMetricData instance for mocking.