MockableHciArmClient.GetDevicePoolResource(ResourceIdentifier) Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a DevicePoolResource object.

Applies to