MockableAutomationArmClient.GetAutomationAccountPython2PackageResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a AutomationAccountPython2PackageResource object.

Applies to