Share via


MockableComputeResourceGroupResource.GetDiskImage Method

Definition

Gets an image.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}
  • Operation Id: Images_Get
  • Default Api Version: 2024-03-01
  • Resource: DiskImageResource
public virtual Azure.Response<Azure.ResourceManager.Compute.DiskImageResource> GetDiskImage (string imageName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDiskImage : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.DiskImageResource>
override this.GetDiskImage : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.DiskImageResource>
Public Overridable Function GetDiskImage (imageName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DiskImageResource)

Parameters

imageName
String

The name of the image.

expand
String

The expand expression to apply on the operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

imageName is null.

imageName is an empty string, and was expected to be non-empty.

Applies to