DevCenterProjectResource.GetProjectImage(String, CancellationToken) Method

Definition

Gets an image.

public virtual Azure.Response<Azure.ResourceManager.DevCenter.ProjectImageResource> GetProjectImage(string imageName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProjectImage : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.ProjectImageResource>
override this.GetProjectImage : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.ProjectImageResource>
Public Overridable Function GetProjectImage (imageName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ProjectImageResource)

Parameters

imageName
String

The name of the image.

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