MockableServiceNetworkingArmClient.GetTrafficControllerResource Method

Definition

Gets an object representing a TrafficControllerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a TrafficControllerResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.ServiceNetworking.TrafficControllerResource GetTrafficControllerResource (Azure.Core.ResourceIdentifier id);
abstract member GetTrafficControllerResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ServiceNetworking.TrafficControllerResource
override this.GetTrafficControllerResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ServiceNetworking.TrafficControllerResource
Public Overridable Function GetTrafficControllerResource (id As ResourceIdentifier) As TrafficControllerResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a TrafficControllerResource object.

Applies to