MockableDeviceUpdateArmClient.GetDeviceUpdatePrivateLinkResource Method

Definition

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

public virtual Azure.ResourceManager.DeviceUpdate.DeviceUpdatePrivateLinkResource GetDeviceUpdatePrivateLinkResource (Azure.Core.ResourceIdentifier id);
abstract member GetDeviceUpdatePrivateLinkResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DeviceUpdate.DeviceUpdatePrivateLinkResource
override this.GetDeviceUpdatePrivateLinkResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DeviceUpdate.DeviceUpdatePrivateLinkResource
Public Overridable Function GetDeviceUpdatePrivateLinkResource (id As ResourceIdentifier) As DeviceUpdatePrivateLinkResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a DeviceUpdatePrivateLinkResource object.

Applies to