MockableHciArmClient.GetHciClusterUpdateRunResource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The resource ID of the resource to get.
Returns
Returns a HciClusterUpdateRunResource object.
Applies to
Azure SDK for .NET