NetworkExtensions.CheckPrivateLinkServiceVisibilityByResourceGroupAsync Method

Definition

Checks whether the subscription is visible to private link service in the specified resource group. <item> Mocking. To mock this method, please mock CheckPrivateLinkServiceVisibilityByResourceGroupAsync(WaitUntil, AzureLocation, CheckPrivateLinkServiceVisibilityRequest, CancellationToken) instead. </item>

public static System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.PrivateLinkServiceVisibility>> CheckPrivateLinkServiceVisibilityByResourceGroupAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, Azure.ResourceManager.Network.Models.CheckPrivateLinkServiceVisibilityRequest content, System.Threading.CancellationToken cancellationToken = default);
static member CheckPrivateLinkServiceVisibilityByResourceGroupAsync : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.WaitUntil * Azure.Core.AzureLocation * Azure.ResourceManager.Network.Models.CheckPrivateLinkServiceVisibilityRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.PrivateLinkServiceVisibility>>
<Extension()>
Public Function CheckPrivateLinkServiceVisibilityByResourceGroupAsync (resourceGroupResource As ResourceGroupResource, waitUntil As WaitUntil, location As AzureLocation, content As CheckPrivateLinkServiceVisibilityRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of PrivateLinkServiceVisibility))

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

location
AzureLocation

The location name.

content
CheckPrivateLinkServiceVisibilityRequest

The request body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource is null.

Applies to