Share via


MockableAppServiceArmClient.GetSitePrivateEndpointConnectionResource Method

Definition

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

public virtual Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource GetSitePrivateEndpointConnectionResource (Azure.Core.ResourceIdentifier id);
abstract member GetSitePrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource
override this.GetSitePrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource
Public Overridable Function GetSitePrivateEndpointConnectionResource (id As ResourceIdentifier) As SitePrivateEndpointConnectionResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SitePrivateEndpointConnectionResource object.

Applies to