NetworkExtensions.GetPrivateLinkService Method

Definition

Gets the specified private link service by resource group. <item> Mocking. To mock this method, please mock GetPrivateLinkService(String, String, CancellationToken) instead. </item>

public static Azure.Response<Azure.ResourceManager.Network.PrivateLinkServiceResource> GetPrivateLinkService(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string serviceName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetPrivateLinkService : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.PrivateLinkServiceResource>
<Extension()>
Public Function GetPrivateLinkService (resourceGroupResource As ResourceGroupResource, serviceName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PrivateLinkServiceResource)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

serviceName
String

The name of the private link service.

expand
String

Expands referenced resources.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

serviceName is an empty string, and was expected to be non-empty.

resourceGroupResource is null.

Applies to