VirtualNetworkGatewayConnections Interface
Implements
public interface VirtualNetworkGatewayConnections
extends SupportsCreating<Blank>, SupportsListing<VirtualNetworkGatewayConnection>, SupportsGettingByName<VirtualNetworkGatewayConnection>, SupportsGettingById<VirtualNetworkGatewayConnection>, SupportsDeletingByName, SupportsDeletingById, HasParent<VirtualNetworkGateway>
Entry point for virtual network gateway connections management API in Azure.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
getSharedKeyById(String id)
Gets the shared key of the virtual network gateway connection by resource ID. |
abstract Mono<String> |
getSharedKeyByIdAsync(String id)
Gets the shared key of the virtual network gateway connection by resource ID. |
abstract String |
setSharedKeyById(String id, String sharedKey)
Sets the shared key of the virtual network gateway connection. |
abstract Mono<String> |
setSharedKeyByIdAsync(String id, String sharedKey)
Sets the shared key of the virtual network gateway connection. |
abstract String |
setSharedKeyByName(String name, String sharedKey)
Sets the shared key of the virtual network gateway connection. |
abstract Mono<String> |
setSharedKeyByNameAsync(String name, String sharedKey)
Sets the shared key of the virtual network gateway connection. |
Method Details
getSharedKeyById
public abstract String getSharedKeyById(String id)
Gets the shared key of the virtual network gateway connection by resource ID.
Parameters:
Returns:
getSharedKeyByIdAsync
public abstract Mono
Gets the shared key of the virtual network gateway connection by resource ID.
Parameters:
Returns:
setSharedKeyById
public abstract String setSharedKeyById(String id, String sharedKey)
Sets the shared key of the virtual network gateway connection.
Parameters:
Returns:
setSharedKeyByIdAsync
public abstract Mono
Sets the shared key of the virtual network gateway connection.
Parameters:
Returns:
setSharedKeyByName
public abstract String setSharedKeyByName(String name, String sharedKey)
Sets the shared key of the virtual network gateway connection.
Parameters:
Returns:
setSharedKeyByNameAsync
public abstract Mono
Sets the shared key of the virtual network gateway connection.
Parameters:
Returns:
Applies to
Azure SDK for Java