MockableAppServiceSubscriptionResource.GetKubeEnvironments Method

Definition

Description for Get all Kubernetes Environments for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/kubeEnvironments
  • Operation Id: KubeEnvironments_ListBySubscription
  • Default Api Version: 2023-12-01
  • Resource: KubeEnvironmentResource
public virtual Azure.Pageable<Azure.ResourceManager.AppService.KubeEnvironmentResource> GetKubeEnvironments (System.Threading.CancellationToken cancellationToken = default);
abstract member GetKubeEnvironments : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.KubeEnvironmentResource>
override this.GetKubeEnvironments : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.KubeEnvironmentResource>
Public Overridable Function GetKubeEnvironments (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of KubeEnvironmentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to