ArmTrafficManagerModelFactory.TrafficManagerResourceData 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.Models.TrafficManagerResourceData TrafficManagerResourceData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default);
static member TrafficManagerResourceData : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> -> Azure.ResourceManager.TrafficManager.Models.TrafficManagerResourceData
Public Shared Function TrafficManagerResourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing) As TrafficManagerResourceData
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.
Returns
A new TrafficManagerResourceData instance for mocking.