AppConfigurationExtensions.GetAppConfigurationStoresAsync Method

Definition

Lists the configuration stores for a given subscription. <item> Mocking. To mock this method, please mock GetAppConfigurationStoresAsync(String, CancellationToken) instead. </item>

public static Azure.AsyncPageable<Azure.ResourceManager.AppConfiguration.AppConfigurationStoreResource> GetAppConfigurationStoresAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAppConfigurationStoresAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppConfiguration.AppConfigurationStoreResource>
<Extension()>
Public Function GetAppConfigurationStoresAsync (subscriptionResource As SubscriptionResource, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppConfigurationStoreResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource the method will execute against.

skipToken
String

A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to