Share via


MySqlPrivateLinkResourceCollection.GetAllAsync(CancellationToken) Method

Definition

Gets the private link resources for MySQL server.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/privateLinkResources
  • Operation Id: PrivateLinkResources_ListByServer
  • Default Api Version: 2018-06-01
  • Resource: MySqlPrivateLinkResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.MySql.MySqlPrivateLinkResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MySql.MySqlPrivateLinkResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MySql.MySqlPrivateLinkResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MySqlPrivateLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to