Condividi tramite


MockableComputeArmClient.GetComputePrivateEndpointConnectionResource Method

Definition

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

public virtual Azure.ResourceManager.Compute.ComputePrivateEndpointConnectionResource GetComputePrivateEndpointConnectionResource (Azure.Core.ResourceIdentifier id);
abstract member GetComputePrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Compute.ComputePrivateEndpointConnectionResource
override this.GetComputePrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Compute.ComputePrivateEndpointConnectionResource
Public Overridable Function GetComputePrivateEndpointConnectionResource (id As ResourceIdentifier) As ComputePrivateEndpointConnectionResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ComputePrivateEndpointConnectionResource object.

Applies to