MySqlPrivateLinkResourceCollection.GetAll(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.Pageable<Azure.ResourceManager.MySql.MySqlPrivateLinkResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MySql.MySqlPrivateLinkResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MySql.MySqlPrivateLinkResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MySqlPrivateLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to