MockableDevCenterArmClient.GetProjectImageResource(ResourceIdentifier) Method

Definition

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

public virtual Azure.ResourceManager.DevCenter.ProjectImageResource GetProjectImageResource(Azure.Core.ResourceIdentifier id);
abstract member GetProjectImageResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DevCenter.ProjectImageResource
override this.GetProjectImageResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DevCenter.ProjectImageResource
Public Overridable Function GetProjectImageResource (id As ResourceIdentifier) As ProjectImageResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ProjectImageResource object.

Applies to