MockableAutomationArmClient.GetHybridRunbookWorkerGroupResource Method

Definition

Gets an object representing a HybridRunbookWorkerGroupResource 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 a HybridRunbookWorkerGroupResourceResourceIdentifier from its components.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a HybridRunbookWorkerGroupResource object.

Applies to