MockableIotCentralArmClient.GetIotCentralPrivateLinkResource Method

Definition

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

public virtual Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResource GetIotCentralPrivateLinkResource (Azure.Core.ResourceIdentifier id);
abstract member GetIotCentralPrivateLinkResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResource
override this.GetIotCentralPrivateLinkResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResource
Public Overridable Function GetIotCentralPrivateLinkResource (id As ResourceIdentifier) As IotCentralPrivateLinkResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a IotCentralPrivateLinkResource object.

Applies to