MockableHciArmClient.GetOsImageResource(ResourceIdentifier) Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a OsImageResource object.

Applies to