Share via


MockableHciArmClient.GetUpdateRunResource(ResourceIdentifier) Method

Definition

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

public virtual Azure.ResourceManager.Hci.UpdateRunResource GetUpdateRunResource (Azure.Core.ResourceIdentifier id);
abstract member GetUpdateRunResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Hci.UpdateRunResource
override this.GetUpdateRunResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Hci.UpdateRunResource
Public Overridable Function GetUpdateRunResource (id As ResourceIdentifier) As UpdateRunResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a UpdateRunResource object.

Applies to