Share via


MockableSqlArmClient.GetSqlPrivateEndpointConnectionResource Method

Definition

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

public virtual Azure.ResourceManager.Sql.SqlPrivateEndpointConnectionResource GetSqlPrivateEndpointConnectionResource (Azure.Core.ResourceIdentifier id);
abstract member GetSqlPrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sql.SqlPrivateEndpointConnectionResource
override this.GetSqlPrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Sql.SqlPrivateEndpointConnectionResource
Public Overridable Function GetSqlPrivateEndpointConnectionResource (id As ResourceIdentifier) As SqlPrivateEndpointConnectionResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SqlPrivateEndpointConnectionResource object.

Applies to