Freigeben über


MockableNginxSubscriptionResource.GetNginxDeployments Method

Definition

List the NGINX deployments resources

  • Request Path. : /subscriptions/{subscriptionId}/providers/Nginx.NginxPlus/nginxDeployments.
  • Operation Id. : NginxDeployments_List.
  • Default Api Version. : 2025-03-01-preview.
public virtual Azure.Pageable<Azure.ResourceManager.Nginx.NginxDeploymentResource> GetNginxDeployments(System.Threading.CancellationToken cancellationToken = default);
abstract member GetNginxDeployments : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Nginx.NginxDeploymentResource>
override this.GetNginxDeployments : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Nginx.NginxDeploymentResource>
Public Overridable Function GetNginxDeployments (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NginxDeploymentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to