LocalNetworkGatewaysClient Interface
Implements
public interface LocalNetworkGatewaysClient
extends InnerSupportsGet<LocalNetworkGatewayInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in LocalNetworkGatewaysClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<LocalNetworkGatewayInner>,LocalNetworkGatewayInner> beginCreateOrUpdate(String resourceGroupName, String localNetworkGatewayName, LocalNetworkGatewayInner parameters)
Creates or updates a local network gateway in the specified resource group.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<LocalNetworkGatewayInner>,LocalNetworkGatewayInner> beginCreateOrUpdate(String resourceGroupName, String localNetworkGatewayName, LocalNetworkGatewayInner parameters, Context context)
Creates or updates a local network gateway in the specified resource group.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<LocalNetworkGatewayInner>,LocalNetworkGatewayInner> beginCreateOrUpdateAsync(String resourceGroupName, String localNetworkGatewayName, LocalNetworkGatewayInner parameters)
Creates or updates a local network gateway in the specified resource group.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String localNetworkGatewayName)
Deletes the specified local network gateway.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String localNetworkGatewayName, Context context)
Deletes the specified local network gateway.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String localNetworkGatewayName)
Deletes the specified local network gateway.
Parameters:
Returns:
createOrUpdate
public abstract LocalNetworkGatewayInner createOrUpdate(String resourceGroupName, String localNetworkGatewayName, LocalNetworkGatewayInner parameters)
Creates or updates a local network gateway in the specified resource group.
Parameters:
Returns:
createOrUpdate
public abstract LocalNetworkGatewayInner createOrUpdate(String resourceGroupName, String localNetworkGatewayName, LocalNetworkGatewayInner parameters, Context context)
Creates or updates a local network gateway in the specified resource group.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<LocalNetworkGatewayInner> createOrUpdateAsync(String resourceGroupName, String localNetworkGatewayName, LocalNetworkGatewayInner parameters)
Creates or updates a local network gateway in the specified resource group.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String localNetworkGatewayName, LocalNetworkGatewayInner parameters)
Creates or updates a local network gateway in the specified resource group.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String localNetworkGatewayName)
Deletes the specified local network gateway.
Parameters:
delete
public abstract void delete(String resourceGroupName, String localNetworkGatewayName, Context context)
Deletes the specified local network gateway.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String localNetworkGatewayName)
Deletes the specified local network gateway.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String localNetworkGatewayName)
Deletes the specified local network gateway.
Parameters:
Returns:
getByResourceGroup
public abstract LocalNetworkGatewayInner getByResourceGroup(String resourceGroupName, String localNetworkGatewayName)
Gets the specified local network gateway in a resource group.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono<LocalNetworkGatewayInner> getByResourceGroupAsync(String resourceGroupName, String localNetworkGatewayName)
Gets the specified local network gateway in a resource group.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<LocalNetworkGatewayInner> getByResourceGroupWithResponse(String resourceGroupName, String localNetworkGatewayName, Context context)
Gets the specified local network gateway in a resource group.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono<Response<LocalNetworkGatewayInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String localNetworkGatewayName)
Gets the specified local network gateway in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<LocalNetworkGatewayInner> listByResourceGroup(String resourceGroupName)
Gets all the local network gateways in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<LocalNetworkGatewayInner> listByResourceGroup(String resourceGroupName, Context context)
Gets all the local network gateways in a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux<LocalNetworkGatewayInner> listByResourceGroupAsync(String resourceGroupName)
Gets all the local network gateways in a resource group.
Parameters:
Returns:
updateTags
public abstract LocalNetworkGatewayInner updateTags(String resourceGroupName, String localNetworkGatewayName, TagsObject parameters)
Updates a local network gateway tags.
Parameters:
Returns:
updateTagsAsync
public abstract Mono<LocalNetworkGatewayInner> updateTagsAsync(String resourceGroupName, String localNetworkGatewayName, TagsObject parameters)
Updates a local network gateway tags.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response<LocalNetworkGatewayInner> updateTagsWithResponse(String resourceGroupName, String localNetworkGatewayName, TagsObject parameters, Context context)
Updates a local network gateway tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono<Response<LocalNetworkGatewayInner>> updateTagsWithResponseAsync(String resourceGroupName, String localNetworkGatewayName, TagsObject parameters)
Updates a local network gateway tags.
Parameters:
Returns: