MockableAutomationArmClient.GetAutomationConnectionResource Method

Definition

Gets an object representing an AutomationConnectionResource 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 an AutomationConnectionResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Automation.AutomationConnectionResource GetAutomationConnectionResource (Azure.Core.ResourceIdentifier id);
abstract member GetAutomationConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Automation.AutomationConnectionResource
override this.GetAutomationConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Automation.AutomationConnectionResource
Public Overridable Function GetAutomationConnectionResource (id As ResourceIdentifier) As AutomationConnectionResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a AutomationConnectionResource object.

Applies to