Sdílet prostřednictvím


PrivateLinkServicesOperationsExtensions.BeginCheckPrivateLinkServiceVisibilityByResourceGroupAsync Method

Definition

Checks whether the subscription is visible to private link service in the specified resource group.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.PrivateLinkServiceVisibility> BeginCheckPrivateLinkServiceVisibilityByResourceGroupAsync (this Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations operations, string location, string resourceGroupName, Microsoft.Azure.Management.Network.Models.CheckPrivateLinkServiceVisibilityRequest parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCheckPrivateLinkServiceVisibilityByResourceGroupAsync : Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations * string * string * Microsoft.Azure.Management.Network.Models.CheckPrivateLinkServiceVisibilityRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.PrivateLinkServiceVisibility>
<Extension()>
Public Function BeginCheckPrivateLinkServiceVisibilityByResourceGroupAsync (operations As IPrivateLinkServicesOperations, location As String, resourceGroupName As String, parameters As CheckPrivateLinkServiceVisibilityRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkServiceVisibility)

Parameters

operations
IPrivateLinkServicesOperations

The operations group for this extension method.

location
String

The location of the domain name.

resourceGroupName
String

The name of the resource group.

parameters
CheckPrivateLinkServiceVisibilityRequest

The request body of CheckPrivateLinkService API call.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to