Share via


MockableNeonPostgresArmClient.GetNeonProjectResource Method

Definition

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

public virtual Azure.ResourceManager.NeonPostgres.NeonProjectResource GetNeonProjectResource(Azure.Core.ResourceIdentifier id);
abstract member GetNeonProjectResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NeonPostgres.NeonProjectResource
override this.GetNeonProjectResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NeonPostgres.NeonProjectResource
Public Overridable Function GetNeonProjectResource (id As ResourceIdentifier) As NeonProjectResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a NeonProjectResource object.

Applies to