MockableNetAppSubscriptionResource.GetNetAppAccounts 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.
List and describe all NetApp accounts in the subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/netAppAccounts
- Operation Id: Accounts_ListBySubscription
- Default Api Version: 2024-07-01
- Resource: Azure.ResourceManager.NetApp.NetAppAccountResource
public virtual Azure.Pageable<Azure.ResourceManager.NetApp.NetAppAccountResource> GetNetAppAccounts (System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetAppAccounts : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NetApp.NetAppAccountResource>
override this.GetNetAppAccounts : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NetApp.NetAppAccountResource>
Public Overridable Function GetNetAppAccounts (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetAppAccountResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Pageable<Azure.ResourceManager.NetApp.NetAppAccountResource>
A collection of Azure.ResourceManager.NetApp.NetAppAccountResource that may take multiple service requests to iterate over.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET