SpringAppDiscoveryExtensions.GetSpringBootAppsAsync Method

Definition

List springbootapps resource by subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/springbootapps
  • Operation Id: springbootapps_ListBySubscription
public static Azure.AsyncPageable<Azure.ResourceManager.SpringAppDiscovery.SpringBootAppResource> GetSpringBootAppsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string siteName, System.Threading.CancellationToken cancellationToken = default);
static member GetSpringBootAppsAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SpringAppDiscovery.SpringBootAppResource>
<Extension()>
Public Function GetSpringBootAppsAsync (subscriptionResource As SubscriptionResource, siteName As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SpringBootAppResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

siteName
String

The springbootsites name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

siteName is an empty string, and was expected to be non-empty.

subscriptionResource or siteName is null.

Applies to