MockableDevSpacesArmClient.GetControllerResource(ResourceIdentifier) Method

Definition

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

public virtual Azure.ResourceManager.DevSpaces.ControllerResource GetControllerResource (Azure.Core.ResourceIdentifier id);
abstract member GetControllerResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DevSpaces.ControllerResource
override this.GetControllerResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DevSpaces.ControllerResource
Public Overridable Function GetControllerResource (id As ResourceIdentifier) As ControllerResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ControllerResource object.

Applies to