ILocalNetworkGatewaysOperations Interface

Definition

LocalNetworkGatewaysOperations operations.

public interface ILocalNetworkGatewaysOperations
type ILocalNetworkGatewaysOperations = interface
Public Interface ILocalNetworkGatewaysOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, LocalNetworkGateway, 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, LocalNetworkGateway, 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, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Updates a local network gateway tags.

Extension Methods

BeginCreateOrUpdate(ILocalNetworkGatewaysOperations, String, String, LocalNetworkGateway)

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

BeginCreateOrUpdateAsync(ILocalNetworkGatewaysOperations, String, String, LocalNetworkGateway, CancellationToken)

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

BeginDelete(ILocalNetworkGatewaysOperations, String, String)

Deletes the specified local network gateway.

BeginDeleteAsync(ILocalNetworkGatewaysOperations, String, String, CancellationToken)

Deletes the specified local network gateway.

CreateOrUpdate(ILocalNetworkGatewaysOperations, String, String, LocalNetworkGateway)

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

CreateOrUpdateAsync(ILocalNetworkGatewaysOperations, String, String, LocalNetworkGateway, CancellationToken)

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

Delete(ILocalNetworkGatewaysOperations, String, String)

Deletes the specified local network gateway.

DeleteAsync(ILocalNetworkGatewaysOperations, String, String, CancellationToken)

Deletes the specified local network gateway.

Get(ILocalNetworkGatewaysOperations, String, String)

Gets the specified local network gateway in a resource group.

GetAsync(ILocalNetworkGatewaysOperations, String, String, CancellationToken)

Gets the specified local network gateway in a resource group.

List(ILocalNetworkGatewaysOperations, String)

Gets all the local network gateways in a resource group.

ListAsync(ILocalNetworkGatewaysOperations, String, CancellationToken)

Gets all the local network gateways in a resource group.

ListNext(ILocalNetworkGatewaysOperations, String)

Gets all the local network gateways in a resource group.

ListNextAsync(ILocalNetworkGatewaysOperations, String, CancellationToken)

Gets all the local network gateways in a resource group.

UpdateTags(ILocalNetworkGatewaysOperations, String, String, TagsObject)

Updates a local network gateway tags.

UpdateTagsAsync(ILocalNetworkGatewaysOperations, String, String, TagsObject, CancellationToken)

Updates a local network gateway tags.

Applies to