MockablePostgreSqlArmClient.GetPostgreSqlPrivateLinkResource Method

Definition

Gets an object representing a PostgreSqlPrivateLinkResource 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 PostgreSqlPrivateLinkResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.PostgreSql.PostgreSqlPrivateLinkResource GetPostgreSqlPrivateLinkResource (Azure.Core.ResourceIdentifier id);
abstract member GetPostgreSqlPrivateLinkResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.PostgreSql.PostgreSqlPrivateLinkResource
override this.GetPostgreSqlPrivateLinkResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.PostgreSql.PostgreSqlPrivateLinkResource
Public Overridable Function GetPostgreSqlPrivateLinkResource (id As ResourceIdentifier) As PostgreSqlPrivateLinkResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a PostgreSqlPrivateLinkResource object.

Applies to