MockableStorageCacheSubscriptionResource.GetStorageCacheSkusAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the list of StorageCache.Cache SKUs available to this subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.StorageCache/skus
- Operation Id: Skus_List
- Default Api Version: 2024-03-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.StorageCache.Models.StorageCacheSku> GetStorageCacheSkusAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetStorageCacheSkusAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.StorageCache.Models.StorageCacheSku>
override this.GetStorageCacheSkusAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.StorageCache.Models.StorageCacheSku>
Public Overridable Function GetStorageCacheSkusAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StorageCacheSku)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of StorageCacheSku that may take multiple service requests to iterate over.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET