MockableIotHubArmClient.GetIotHubPrivateEndpointConnectionResource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The resource ID of the resource to get.
Returns
Returns a IotHubPrivateEndpointConnectionResource object.
Applies to
Azure SDK for .NET