SpringAppDiscoveryExtensions.GetSpringBootServersAsync Method

Definition

List springbootservers resource by subscription

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

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 SpringBootServerResource 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