Dela via


MockableServiceNetworkingArmClient.GetTrafficControllerAssociationResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a TrafficControllerAssociationResource object.

Applies to