MockableAppContainersArmClient.GetContainerAppPrivateEndpointConnectionResource Method

Definition

Gets an object representing a ContainerAppPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.AppContainers.ContainerAppPrivateEndpointConnectionResource GetContainerAppPrivateEndpointConnectionResource(Azure.Core.ResourceIdentifier id);
abstract member GetContainerAppPrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.ContainerAppPrivateEndpointConnectionResource
override this.GetContainerAppPrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.ContainerAppPrivateEndpointConnectionResource
Public Overridable Function GetContainerAppPrivateEndpointConnectionResource (id As ResourceIdentifier) As ContainerAppPrivateEndpointConnectionResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ContainerAppPrivateEndpointConnectionResource object.

Applies to