ApplicationGatewayResource.GetApplicationGatewayPrivateLinkResourcesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the GetApplicationGatewayPrivateLinkResourcesAsync compatibility operation.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource> GetApplicationGatewayPrivateLinkResourcesAsync(System.Threading.CancellationToken cancellationToken);
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource> GetApplicationGatewayPrivateLinkResourcesAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplicationGatewayPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource>
override this.GetApplicationGatewayPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource>
Public Overridable Function GetApplicationGatewayPrivateLinkResourcesAsync (cancellationToken As CancellationToken) As AsyncPageable(Of ApplicationGatewayPrivateLinkResource)
Public Overridable Function GetApplicationGatewayPrivateLinkResourcesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApplicationGatewayPrivateLinkResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of ApplicationGatewayPrivateLinkResource that may take multiple service requests to iterate over.