ILocalNetworkGatewaysOperations Interface

Definition

LocalNetworkGatewaysOperations operations.

public interface ILocalNetworkGatewaysOperations
type ILocalNetworkGatewaysOperations = interface
Public Interface ILocalNetworkGatewaysOperations

Methods

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

Creates or updates a local network gateway in the specified resource group.

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

Deletes the specified local network gateway.

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

Creates or updates a local network gateway in the specified resource group.

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

Deletes the specified local network gateway.

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

Gets the specified local network gateway in a resource group.

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

Gets all the local network gateways in a resource group.

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

Gets all the local network gateways in a resource group.

UpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Updates a local network gateway tags.

Extension Methods

BeginCreateOrUpdateAsync(ILocalNetworkGatewaysOperations, String, String, LocalNetworkGatewayInner, CancellationToken)

Creates or updates a local network gateway in the specified resource group.

BeginDeleteAsync(ILocalNetworkGatewaysOperations, String, String, CancellationToken)

Deletes the specified local network gateway.

CreateOrUpdateAsync(ILocalNetworkGatewaysOperations, String, String, LocalNetworkGatewayInner, CancellationToken)

Creates or updates a local network gateway in the specified resource group.

DeleteAsync(ILocalNetworkGatewaysOperations, String, String, CancellationToken)

Deletes the specified local network gateway.

GetAsync(ILocalNetworkGatewaysOperations, String, String, CancellationToken)

Gets the specified local network gateway in a resource group.

ListAsync(ILocalNetworkGatewaysOperations, String, CancellationToken)

Gets all the local network gateways in a resource group.

ListNextAsync(ILocalNetworkGatewaysOperations, String, CancellationToken)

Gets all the local network gateways in a resource group.

UpdateTagsAsync(ILocalNetworkGatewaysOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates a local network gateway tags.

Applies to