VpnLinkConnectionSharedKeyResource.CreateOrUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}/vpnConnections/{connectionName}/vpnLinkConnections/{linkConnectionName}/sharedKeys/default
- Operation Id: VpnLinkConnections_SetOrInitDefaultSharedKey
- Default Api Version: 2024-03-01
- Resource: VpnLinkConnectionSharedKeyResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VpnLinkConnectionSharedKeyResource> CreateOrUpdate (Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.VpnLinkConnectionSharedKeyData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.Network.VpnLinkConnectionSharedKeyData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VpnLinkConnectionSharedKeyResource>
override this.CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.Network.VpnLinkConnectionSharedKeyData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.VpnLinkConnectionSharedKeyResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, data As VpnLinkConnectionSharedKeyData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of VpnLinkConnectionSharedKeyResource)
Parameters
- waitUntil
- WaitUntil
Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.
Parameters supplied to set or auto generate the shared key for the vpn link connection.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
data
is null.
Applies to
Azure SDK for .NET