IBastionHostsOperations Interface

Definition

BastionHostsOperations operations.

public interface IBastionHostsOperations
type IBastionHostsOperations = interface
Public Interface IBastionHostsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, BastionHostInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates the specified Bastion Host.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified Bastion Host.

CreateOrUpdateWithHttpMessagesAsync(String, String, BastionHostInner, Dictionary<String,List<String>>, CancellationToken)

Creates or updates the specified Bastion Host.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified Bastion Host.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the specified Bastion Host.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all Bastion Hosts in a resource group.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all Bastion Hosts in a resource group.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all Bastion Hosts in a subscription.

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Lists all Bastion Hosts in a subscription.

Extension Methods

BeginCreateOrUpdateAsync(IBastionHostsOperations, String, String, BastionHostInner, CancellationToken)

Creates or updates the specified Bastion Host.

BeginDeleteAsync(IBastionHostsOperations, String, String, CancellationToken)

Deletes the specified Bastion Host.

CreateOrUpdateAsync(IBastionHostsOperations, String, String, BastionHostInner, CancellationToken)

Creates or updates the specified Bastion Host.

DeleteAsync(IBastionHostsOperations, String, String, CancellationToken)

Deletes the specified Bastion Host.

GetAsync(IBastionHostsOperations, String, String, CancellationToken)

Gets the specified Bastion Host.

ListAsync(IBastionHostsOperations, CancellationToken)

Lists all Bastion Hosts in a subscription.

ListByResourceGroupAsync(IBastionHostsOperations, String, CancellationToken)

Lists all Bastion Hosts in a resource group.

ListByResourceGroupNextAsync(IBastionHostsOperations, String, CancellationToken)

Lists all Bastion Hosts in a resource group.

ListNextAsync(IBastionHostsOperations, String, CancellationToken)

Lists all Bastion Hosts in a subscription.

Applies to