Share via


MockableIotHubArmClient.GetIotHubPrivateEndpointConnectionResource Method

Definition

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

public virtual Azure.ResourceManager.IotHub.IotHubPrivateEndpointConnectionResource GetIotHubPrivateEndpointConnectionResource (Azure.Core.ResourceIdentifier id);
abstract member GetIotHubPrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.IotHub.IotHubPrivateEndpointConnectionResource
override this.GetIotHubPrivateEndpointConnectionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.IotHub.IotHubPrivateEndpointConnectionResource
Public Overridable Function GetIotHubPrivateEndpointConnectionResource (id As ResourceIdentifier) As IotHubPrivateEndpointConnectionResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a IotHubPrivateEndpointConnectionResource object.

Applies to