MockableHciArmClient.GetHciSkuResource(ResourceIdentifier) Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a HciSkuResource object.

Applies to