Share via


MockableNetworkSubscriptionResource.GetAutoApprovedPrivateLinkServicesPrivateLinkServicesAsync Method

Definition

Returns all of the private link service ids that can be linked to a Private Endpoint with auto approved in this subscription in this region.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{___location}/autoApprovedPrivateLinkServices
  • Operation Id: PrivateLinkServices_ListAutoApprovedPrivateLinkServices
  • Default Api Version: 2024-07-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.Models.AutoApprovedPrivateLinkService> GetAutoApprovedPrivateLinkServicesPrivateLinkServicesAsync(Azure.Core.AzureLocation ___location, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAutoApprovedPrivateLinkServicesPrivateLinkServicesAsync : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.AutoApprovedPrivateLinkService>
override this.GetAutoApprovedPrivateLinkServicesPrivateLinkServicesAsync : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.AutoApprovedPrivateLinkService>
Public Overridable Function GetAutoApprovedPrivateLinkServicesPrivateLinkServicesAsync (___location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AutoApprovedPrivateLinkService)

Parameters

___location
AzureLocation

The ___location of the ___domain name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of AutoApprovedPrivateLinkService that may take multiple service requests to iterate over.

Applies to