MockableAutomationArmClient.GetAutomationAccountModuleResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a AutomationAccountModuleResource object.

Applies to