MockableNetworkSubscriptionResource.GetBastionHostsAsync Method

Definition

Lists all Bastion Hosts in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/bastionHosts
  • Operation Id: BastionHosts_List
  • Default Api Version: 2023-11-01
  • Resource: BastionHostResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.BastionHostResource> GetBastionHostsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetBastionHostsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.BastionHostResource>
override this.GetBastionHostsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.BastionHostResource>
Public Overridable Function GetBastionHostsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BastionHostResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of BastionHostResource that may take multiple service requests to iterate over.

Applies to