NetworkExtensions.GetBastionHost Method

Definition

Gets the specified Bastion Host. <item> Mocking. To mock this method, please mock GetBastionHost(String, CancellationToken) instead. </item>

public static Azure.Response<Azure.ResourceManager.Network.BastionHostResource> GetBastionHost(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string bastionHostName, System.Threading.CancellationToken cancellationToken = default);
static member GetBastionHost : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.BastionHostResource>
<Extension()>
Public Function GetBastionHost (resourceGroupResource As ResourceGroupResource, bastionHostName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BastionHostResource)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

bastionHostName
String

The name of the Bastion Host.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

resourceGroupResource is null.

Applies to