MockableDeviceProvisioningServicesArmClient.GetDeviceProvisioningServicesPrivateLinkResource 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 a DeviceProvisioningServicesPrivateLinkResource 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 DeviceProvisioningServicesPrivateLinkResourceResourceIdentifier from its components.
public virtual Azure.ResourceManager.DeviceProvisioningServices.DeviceProvisioningServicesPrivateLinkResource GetDeviceProvisioningServicesPrivateLinkResource (Azure.Core.ResourceIdentifier id);
abstract member GetDeviceProvisioningServicesPrivateLinkResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DeviceProvisioningServices.DeviceProvisioningServicesPrivateLinkResource
override this.GetDeviceProvisioningServicesPrivateLinkResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DeviceProvisioningServices.DeviceProvisioningServicesPrivateLinkResource
Public Overridable Function GetDeviceProvisioningServicesPrivateLinkResource (id As ResourceIdentifier) As DeviceProvisioningServicesPrivateLinkResource
Parameters
The resource ID of the resource to get.
Returns
Returns a DeviceProvisioningServicesPrivateLinkResource object.
Applies to
Azure SDK for .NET