MockableVoiceServicesArmClient.GetVoiceServicesTestLineResource Method

Definition

Gets an object representing a VoiceServicesTestLineResource 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 VoiceServicesTestLineResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.VoiceServices.VoiceServicesTestLineResource GetVoiceServicesTestLineResource (Azure.Core.ResourceIdentifier id);
abstract member GetVoiceServicesTestLineResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.VoiceServices.VoiceServicesTestLineResource
override this.GetVoiceServicesTestLineResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.VoiceServices.VoiceServicesTestLineResource
Public Overridable Function GetVoiceServicesTestLineResource (id As ResourceIdentifier) As VoiceServicesTestLineResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a VoiceServicesTestLineResource object.

Applies to