public interface VirtualNetworkGatewayConnections extends SupportsCreating<VirtualNetworkGatewayConnection.DefinitionStages.Blank>, SupportsListing<VirtualNetworkGatewayConnection>, SupportsGettingByName<VirtualNetworkGatewayConnection>, SupportsGettingById<VirtualNetworkGatewayConnection>, SupportsDeletingByName, SupportsDeletingById, HasParent<VirtualNetworkGateway>
| Modifier and Type | Method and Description |
|---|---|
String |
getSharedKeyById(String id)
Gets the shared key of the virtual network gateway connection by resource ID.
|
Mono<String> |
getSharedKeyByIdAsync(String id)
Gets the shared key of the virtual network gateway connection by resource ID.
|
String |
setSharedKeyById(String id,
String sharedKey)
Sets the shared key of the virtual network gateway connection.
|
Mono<String> |
setSharedKeyByIdAsync(String id,
String sharedKey)
Sets the shared key of the virtual network gateway connection.
|
String |
setSharedKeyByName(String name,
String sharedKey)
Sets the shared key of the virtual network gateway connection.
|
Mono<String> |
setSharedKeyByNameAsync(String name,
String sharedKey)
Sets the shared key of the virtual network gateway connection.
|
definelist, listAsyncgetByName, getByNameAsyncgetById, getByIdAsyncdeleteByName, deleteByNameAsyncdeleteById, deleteByIdAsyncString getSharedKeyById(String id)
id - the resource ID.Mono<String> getSharedKeyByIdAsync(String id)
id - the resource ID.Mono that emits the found resource asynchronously.String setSharedKeyById(String id, String sharedKey)
id - the resource ID.sharedKey - the shared key.Mono<String> setSharedKeyByIdAsync(String id, String sharedKey)
id - the resource ID.sharedKey - the shared key.Mono that emits the found resource asynchronously.String setSharedKeyByName(String name, String sharedKey)
name - the resource name.sharedKey - the shared key.Copyright © 2021 Microsoft Corporation. All rights reserved.