NetworkExtensions.GetBastionHost Method

Definition

Gets the specified Bastion Host.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/bastionHosts/{bastionHostName}
  • Operation Id: BastionHosts_Get
  • Default Api Version: 2024-05-01
  • Resource: BastionHostResource
C#
public static Azure.Response<Azure.ResourceManager.Network.BastionHostResource> GetBastionHost(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string bastionHostName, System.Threading.CancellationToken cancellationToken = default);

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

bastionHostName
String

The name of the Bastion Host.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or bastionHostName is null.

bastionHostName is an empty string, and was expected to be non-empty.

Applies to

Product Versions
Azure SDK for .NET Latest, Preview