MockableAutomationArmClient.GetAutomationAccountResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a AutomationAccountResource object.

Applies to