MockableHciArmClient.GetHciClusterUpdateRunResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a HciClusterUpdateRunResource object.

Applies to