Aracılığıyla paylaş


LocalNetworkGatewaysOperationsExtensions Class

Definition

Extension methods for LocalNetworkGatewaysOperations.

public static class LocalNetworkGatewaysOperationsExtensions
type LocalNetworkGatewaysOperationsExtensions = class
Public Module LocalNetworkGatewaysOperationsExtensions
Inheritance
LocalNetworkGatewaysOperationsExtensions

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