NetworkExtensions.GetBastionHosts Method

Definition

Overloads

GetBastionHosts(ResourceGroupResource)

Gets a collection of BastionHostResources in the ResourceGroupResource. MockingTo mock this method, please mock GetBastionHosts() instead.

GetBastionHosts(SubscriptionResource, CancellationToken)

Lists all Bastion Hosts in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/bastionHosts
  • Operation Id: BastionHosts_List
  • Default Api Version: 2024-05-01
  • Resource: BastionHostResource

GetBastionHosts(ResourceGroupResource)

Source:
NetworkExtensions.cs
Source:
NetworkExtensions.cs

Gets a collection of BastionHostResources in the ResourceGroupResource. MockingTo mock this method, please mock GetBastionHosts() instead.

C#
public static Azure.ResourceManager.Network.BastionHostCollection GetBastionHosts(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

Returns

An object representing collection of BastionHostResources and their operations over a BastionHostResource.

Exceptions

resourceGroupResource is null.

Applies to

Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest, Preview

GetBastionHosts(SubscriptionResource, CancellationToken)

Source:
NetworkExtensions.cs
Source:
NetworkExtensions.cs

Lists all Bastion Hosts in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/bastionHosts
  • Operation Id: BastionHosts_List
  • Default Api Version: 2024-05-01
  • Resource: BastionHostResource
C#
public static Azure.Pageable<Azure.ResourceManager.Network.BastionHostResource> GetBastionHosts(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to

Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest, Preview