MockableHciArmClient.GetPlatformUpdateResource(ResourceIdentifier) Method

Definition

Gets an object representing a PlatformUpdateResource along with the instance operations that can be performed on it but with no data.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a PlatformUpdateResource object.

Applies to