VpnLinkConnectionsClient Interface
public interface VpnLinkConnectionsClient
An instance of this class provides access to all the operations defined in VpnLinkConnectionsClient.
Method Summary
Method Details
beginGetIkeSas
public abstract SyncPoller
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
Parameters:
Returns:
beginGetIkeSas
public abstract SyncPoller
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
Parameters:
Returns:
beginGetIkeSasAsync
public abstract PollerFlux
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
Parameters:
Returns:
beginResetConnection
public abstract SyncPoller
Resets the VpnLink connection specified.
Parameters:
Returns:
beginResetConnection
public abstract SyncPoller
Resets the VpnLink connection specified.
Parameters:
Returns:
beginResetConnectionAsync
public abstract PollerFlux
Resets the VpnLink connection specified.
Parameters:
Returns:
beginSetOrInitDefaultSharedKey
public abstract SyncPoller
Sets or auto generates the shared key based on the user input. If users give a shared key value, it does the set operation. If key length is given, the operation creates a random key of the pre-defined length.
Parameters:
Returns:
beginSetOrInitDefaultSharedKey
public abstract SyncPoller
Sets or auto generates the shared key based on the user input. If users give a shared key value, it does the set operation. If key length is given, the operation creates a random key of the pre-defined length.
Parameters:
Returns:
beginSetOrInitDefaultSharedKeyAsync
public abstract PollerFlux
Sets or auto generates the shared key based on the user input. If users give a shared key value, it does the set operation. If key length is given, the operation creates a random key of the pre-defined length.
Parameters:
Returns:
getAllSharedKeys
public abstract PagedIterable
Lists all shared keys of VpnLink connection specified.
Parameters:
Returns:
getAllSharedKeys
public abstract PagedIterable
Lists all shared keys of VpnLink connection specified.
Parameters:
Returns:
getAllSharedKeysAsync
public abstract PagedFlux
Lists all shared keys of VpnLink connection specified.
Parameters:
Returns:
getDefaultSharedKey
public abstract ConnectionSharedKeyResultInner getDefaultSharedKey(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
Gets the shared key of VpnLink connection specified.
Parameters:
Returns:
getDefaultSharedKeyAsync
public abstract Mono
Gets the shared key of VpnLink connection specified.
Parameters:
Returns:
getDefaultSharedKeyWithResponse
public abstract Response
Gets the shared key of VpnLink connection specified.
Parameters:
Returns:
getDefaultSharedKeyWithResponseAsync
public abstract Mono
Gets the shared key of VpnLink connection specified.
Parameters:
Returns:
getIkeSas
public abstract String getIkeSas(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
Parameters:
Returns:
getIkeSas
public abstract String getIkeSas(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, Context context)
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
Parameters:
Returns:
getIkeSasAsync
public abstract Mono
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
Parameters:
Returns:
getIkeSasWithResponseAsync
public abstract Mono
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
Parameters:
Returns:
listByVpnConnection
public abstract PagedIterable
Retrieves all vpn site link connections for a particular virtual wan vpn gateway vpn connection.
Parameters:
Returns:
listByVpnConnection
public abstract PagedIterable
Retrieves all vpn site link connections for a particular virtual wan vpn gateway vpn connection.
Parameters:
Returns:
listByVpnConnectionAsync
public abstract PagedFlux
Retrieves all vpn site link connections for a particular virtual wan vpn gateway vpn connection.
Parameters:
Returns:
listDefaultSharedKey
public abstract ConnectionSharedKeyResultInner listDefaultSharedKey(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
Gets the value of the shared key of VpnLink connection specified.
Parameters:
Returns:
listDefaultSharedKeyAsync
public abstract Mono
Gets the value of the shared key of VpnLink connection specified.
Parameters:
Returns:
listDefaultSharedKeyWithResponse
public abstract Response
Gets the value of the shared key of VpnLink connection specified.
Parameters:
Returns:
listDefaultSharedKeyWithResponseAsync
public abstract Mono
Gets the value of the shared key of VpnLink connection specified.
Parameters:
Returns:
resetConnection
public abstract void resetConnection(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)
Resets the VpnLink connection specified.
Parameters:
resetConnection
public abstract void resetConnection(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, Context context)
Resets the VpnLink connection specified.
Parameters:
resetConnectionAsync
public abstract Mono
Resets the VpnLink connection specified.
Parameters:
Returns:
resetConnectionWithResponseAsync
public abstract Mono
Resets the VpnLink connection specified.
Parameters:
Returns:
setOrInitDefaultSharedKey
public abstract ConnectionSharedKeyResultInner setOrInitDefaultSharedKey(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, ConnectionSharedKeyResultInner connectionSharedKeyParameters)
Sets or auto generates the shared key based on the user input. If users give a shared key value, it does the set operation. If key length is given, the operation creates a random key of the pre-defined length.
Parameters:
Returns:
setOrInitDefaultSharedKey
public abstract ConnectionSharedKeyResultInner setOrInitDefaultSharedKey(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, ConnectionSharedKeyResultInner connectionSharedKeyParameters, Context context)
Sets or auto generates the shared key based on the user input. If users give a shared key value, it does the set operation. If key length is given, the operation creates a random key of the pre-defined length.
Parameters:
Returns:
setOrInitDefaultSharedKeyAsync
public abstract Mono
Sets or auto generates the shared key based on the user input. If users give a shared key value, it does the set operation. If key length is given, the operation creates a random key of the pre-defined length.
Parameters:
Returns:
setOrInitDefaultSharedKeyWithResponseAsync
public abstract Mono
Sets or auto generates the shared key based on the user input. If users give a shared key value, it does the set operation. If key length is given, the operation creates a random key of the pre-defined length.
Parameters:
Returns:
Applies to
Azure SDK for Java