ComputeExtensions.GetAvailabilitySetsAsync 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.
Lists all availability sets in a subscription. <item> Mocking. To mock this method, please mock GetAvailabilitySetsAsync(String, CancellationToken) instead. </item>
public static Azure.AsyncPageable<Azure.ResourceManager.Compute.AvailabilitySetResource> GetAvailabilitySetsAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAvailabilitySetsAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.AvailabilitySetResource>
<Extension()>
Public Function GetAvailabilitySetsAsync (subscriptionResource As SubscriptionResource, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AvailabilitySetResource)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource the method will execute against.
- expand
- String
The expand expression to apply to the operation. Allowed values are 'instanceView'.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of AvailabilitySetResource that may take multiple service requests to iterate over.
Exceptions
subscriptionResource is null.