Share via


MockableHciVmArmClient.GetHciVmGalleryImageResource Method

Definition

Gets an object representing a HciVmGalleryImageResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a HciVmGalleryImageResourceResourceIdentifier from its components.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a HciVmGalleryImageResource object.

Applies to