MockableEventGridArmClient.GetEventGridDomainPrivateEndpointConnectionResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a EventGridDomainPrivateEndpointConnectionResource object.

Applies to