MockableEventGridArmClient.GetEventGridTopicPrivateEndpointConnectionResource Method

Definition

Gets an object representing an EventGridTopicPrivateEndpointConnectionResource 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 an EventGridTopicPrivateEndpointConnectionResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.EventGrid.EventGridTopicPrivateEndpointConnectionResource GetEventGridTopicPrivateEndpointConnectionResource (Azure.Core.ResourceIdentifier id);
abstract member GetEventGridTopicPrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.EventGrid.EventGridTopicPrivateEndpointConnectionResource
override this.GetEventGridTopicPrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.EventGrid.EventGridTopicPrivateEndpointConnectionResource
Public Overridable Function GetEventGridTopicPrivateEndpointConnectionResource (id As ResourceIdentifier) As EventGridTopicPrivateEndpointConnectionResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a EventGridTopicPrivateEndpointConnectionResource object.

Applies to