MockableAutomationArmClient.GetAutomationConnectionTypeResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a AutomationConnectionTypeResource object.

Applies to