NatGatewaysClient Interface
Implements
public interface NatGatewaysClient
extends InnerSupportsGet<NatGatewayInner>, InnerSupportsListing<NatGatewayInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in NatGatewaysClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a nat gateway.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Creates or updates a nat gateway.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Creates or updates a nat gateway.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified nat gateway.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified nat gateway.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes the specified nat gateway.
Parameters:
Returns:
createOrUpdate
public abstract NatGatewayInner createOrUpdate(String resourceGroupName, String natGatewayName, NatGatewayInner parameters)
Creates or updates a nat gateway.
Parameters:
Returns:
createOrUpdate
public abstract NatGatewayInner createOrUpdate(String resourceGroupName, String natGatewayName, NatGatewayInner parameters, Context context)
Creates or updates a nat gateway.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates a nat gateway.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates a nat gateway.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String natGatewayName)
Deletes the specified nat gateway.
Parameters:
delete
public abstract void delete(String resourceGroupName, String natGatewayName, Context context)
Deletes the specified nat gateway.
Parameters:
deleteAsync
public abstract Mono
Deletes the specified nat gateway.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the specified nat gateway.
Parameters:
Returns:
getByResourceGroup
public abstract NatGatewayInner getByResourceGroup(String resourceGroupName, String natGatewayName)
Gets the specified nat gateway in a specified resource group.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono
Gets the specified nat gateway in a specified resource group.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Gets the specified nat gateway in a specified resource group.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
Gets the specified nat gateway in a specified resource group.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all the Nat Gateways in a subscription.
Returns:
list
public abstract PagedIterable
Gets all the Nat Gateways in a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all the Nat Gateways in a subscription.
Returns:
listByResourceGroup
public abstract PagedIterable
Gets all nat gateways in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Gets all nat gateways in a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
Gets all nat gateways in a resource group.
Parameters:
Returns:
updateTags
public abstract NatGatewayInner updateTags(String resourceGroupName, String natGatewayName, TagsObject parameters)
Updates nat gateway tags.
Parameters:
Returns:
updateTagsAsync
public abstract Mono
Updates nat gateway tags.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response
Updates nat gateway tags.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono
Updates nat gateway tags.
Parameters:
Returns:
Applies to
Azure SDK for Java