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
Creates or updates a local network gateway in the specified resource group.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a local network gateway in the specified resource group.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates a local network gateway in the specified resource group.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified local network gateway.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified local network gateway.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
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
Creates or updates a local network gateway in the specified resource group.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
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
Deletes the specified local network gateway.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
Gets the specified local network gateway in a resource group.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Gets the specified local network gateway in a resource group.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
Gets the specified local network gateway in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Gets all the local network gateways in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Gets all the local network gateways in a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
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
Updates a local network gateway tags.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response
Updates a local network gateway tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono
Updates a local network gateway tags.
Parameters:
Returns:
Applies to
Azure SDK for Java