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