Bagikan melalui


MockableSignalRArmClient.GetSignalRPrivateEndpointConnectionResource Method

Definition

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

public virtual Azure.ResourceManager.SignalR.SignalRPrivateEndpointConnectionResource GetSignalRPrivateEndpointConnectionResource (Azure.Core.ResourceIdentifier id);
abstract member GetSignalRPrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SignalR.SignalRPrivateEndpointConnectionResource
override this.GetSignalRPrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.SignalR.SignalRPrivateEndpointConnectionResource
Public Overridable Function GetSignalRPrivateEndpointConnectionResource (id As ResourceIdentifier) As SignalRPrivateEndpointConnectionResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a SignalRPrivateEndpointConnectionResource object.

Applies to