| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionSharedKeyInner |
VirtualNetworkGatewayConnectionsClient.getSharedKey(String resourceGroupName,
String virtualNetworkGatewayConnectionName)
The Get VirtualNetworkGatewayConnectionSharedKey operation retrieves information about the specified virtual
network gateway connection shared key through Network resource provider.
|
ConnectionSharedKeyInner |
VirtualNetworkGatewayConnectionsClient.setSharedKey(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
ConnectionSharedKeyInner parameters)
The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key
for passed virtual network gateway connection in the specified resource group through Network resource provider.
|
ConnectionSharedKeyInner |
VirtualNetworkGatewayConnectionsClient.setSharedKey(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
ConnectionSharedKeyInner parameters,
com.azure.core.util.Context context)
The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key
for passed virtual network gateway connection in the specified resource group through Network resource provider.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectionSharedKeyInner>,ConnectionSharedKeyInner> |
VirtualNetworkGatewayConnectionsClient.beginSetSharedKey(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
ConnectionSharedKeyInner parameters)
The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key
for passed virtual network gateway connection in the specified resource group through Network resource provider.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectionSharedKeyInner>,ConnectionSharedKeyInner> |
VirtualNetworkGatewayConnectionsClient.beginSetSharedKey(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
ConnectionSharedKeyInner parameters,
com.azure.core.util.Context context)
The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key
for passed virtual network gateway connection in the specified resource group through Network resource provider.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConnectionSharedKeyInner>,ConnectionSharedKeyInner> |
VirtualNetworkGatewayConnectionsClient.beginSetSharedKeyAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
ConnectionSharedKeyInner parameters)
The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key
for passed virtual network gateway connection in the specified resource group through Network resource provider.
|
ConnectionSharedKeyInner |
VirtualNetworkGatewayConnectionsClient.setSharedKey(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
ConnectionSharedKeyInner parameters)
The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key
for passed virtual network gateway connection in the specified resource group through Network resource provider.
|
ConnectionSharedKeyInner |
VirtualNetworkGatewayConnectionsClient.setSharedKey(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
ConnectionSharedKeyInner parameters,
com.azure.core.util.Context context)
The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key
for passed virtual network gateway connection in the specified resource group through Network resource provider.
|
Mono<ConnectionSharedKeyInner> |
VirtualNetworkGatewayConnectionsClient.setSharedKeyAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
ConnectionSharedKeyInner parameters)
The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key
for passed virtual network gateway connection in the specified resource group through Network resource provider.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
VirtualNetworkGatewayConnectionsClient.setSharedKeyWithResponseAsync(String resourceGroupName,
String virtualNetworkGatewayConnectionName,
ConnectionSharedKeyInner parameters)
The Put VirtualNetworkGatewayConnectionSharedKey operation sets the virtual network gateway connection shared key
for passed virtual network gateway connection in the specified resource group through Network resource provider.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionSharedKeyInner |
ConnectionSharedKeyInner.withId(String id) |
ConnectionSharedKeyInner |
ConnectionSharedKeyInner.withValue(String value)
Set the value property: The virtual network connection shared key value.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.