MockableHealthcareApisArmClient.GetHealthcareApisServicePrivateLinkResource Method

Definition

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

public virtual Azure.ResourceManager.HealthcareApis.HealthcareApisServicePrivateLinkResource GetHealthcareApisServicePrivateLinkResource (Azure.Core.ResourceIdentifier id);
abstract member GetHealthcareApisServicePrivateLinkResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.HealthcareApis.HealthcareApisServicePrivateLinkResource
override this.GetHealthcareApisServicePrivateLinkResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.HealthcareApis.HealthcareApisServicePrivateLinkResource
Public Overridable Function GetHealthcareApisServicePrivateLinkResource (id As ResourceIdentifier) As HealthcareApisServicePrivateLinkResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a HealthcareApisServicePrivateLinkResource object.

Applies to