MockablePostgreSqlFlexibleServersArmClient.GetPostgreSqlFlexibleServersPrivateEndpointConnectionResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a PostgreSqlFlexibleServersPrivateEndpointConnectionResource object.

Applies to