Condividi tramite


VpnLinkConnections interface

Interfaccia che rappresenta un VpnLinkConnections.

Metodi

beginGetIkeSas(string, string, string, string, VpnLinkConnectionsGetIkeSasOptionalParams)

Elenca le associazioni di sicurezza IKE per la connessione al collegamento al sito VPN nel gruppo di risorse specificato.

beginGetIkeSasAndWait(string, string, string, string, VpnLinkConnectionsGetIkeSasOptionalParams)

Elenca le associazioni di sicurezza IKE per la connessione al collegamento al sito VPN nel gruppo di risorse specificato.

beginResetConnection(string, string, string, string, VpnLinkConnectionsResetConnectionOptionalParams)

Reimposta la connessione VpnLink specificata.

beginResetConnectionAndWait(string, string, string, string, VpnLinkConnectionsResetConnectionOptionalParams)

Reimposta la connessione VpnLink specificata.

beginSetOrInitDefaultSharedKey(string, string, string, string, ConnectionSharedKeyResult, VpnLinkConnectionsSetOrInitDefaultSharedKeyOptionalParams)

Imposta o genera automaticamente la chiave condivisa in base all'input dell'utente. Se gli utenti assegnano un valore di chiave condivisa, esegue l'operazione di impostazione. Se viene specificata la lunghezza della chiave, l'operazione crea una chiave casuale della lunghezza predefinita.

beginSetOrInitDefaultSharedKeyAndWait(string, string, string, string, ConnectionSharedKeyResult, VpnLinkConnectionsSetOrInitDefaultSharedKeyOptionalParams)

Imposta o genera automaticamente la chiave condivisa in base all'input dell'utente. Se gli utenti assegnano un valore di chiave condivisa, esegue l'operazione di impostazione. Se viene specificata la lunghezza della chiave, l'operazione crea una chiave casuale della lunghezza predefinita.

getDefaultSharedKey(string, string, string, string, VpnLinkConnectionsGetDefaultSharedKeyOptionalParams)

Ottiene la chiave condivisa della connessione VpnLink specificata.

listAllSharedKeys(string, string, string, string, VpnLinkConnectionsGetAllSharedKeysOptionalParams)

Elenca tutte le chiavi condivise della connessione VpnLink specificata.

listByVpnConnection(string, string, string, VpnLinkConnectionsListByVpnConnectionOptionalParams)

Recupera tutte le connessioni al collegamento al sito VPN per una determinata connessione VPN del gateway VPN della rete WAN virtuale.

listDefaultSharedKey(string, string, string, string, VpnLinkConnectionsListDefaultSharedKeyOptionalParams)

Ottiene il valore della chiave condivisa della connessione VpnLink specificata.

Dettagli metodo

beginGetIkeSas(string, string, string, string, VpnLinkConnectionsGetIkeSasOptionalParams)

Elenca le associazioni di sicurezza IKE per la connessione al collegamento al sito VPN nel gruppo di risorse specificato.

function beginGetIkeSas(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsGetIkeSasOptionalParams): Promise<SimplePollerLike<OperationState<VpnLinkConnectionsGetIkeSasResponse>, VpnLinkConnectionsGetIkeSasResponse>>

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

gatewayName

string

Nome del gateway.

connectionName

string

Nome della connessione VPN.

linkConnectionName

string

Nome della connessione al collegamento VPN.

options
VpnLinkConnectionsGetIkeSasOptionalParams

Parametri delle opzioni.

Restituisce

beginGetIkeSasAndWait(string, string, string, string, VpnLinkConnectionsGetIkeSasOptionalParams)

Elenca le associazioni di sicurezza IKE per la connessione al collegamento al sito VPN nel gruppo di risorse specificato.

function beginGetIkeSasAndWait(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsGetIkeSasOptionalParams): Promise<VpnLinkConnectionsGetIkeSasResponse>

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

gatewayName

string

Nome del gateway.

connectionName

string

Nome della connessione VPN.

linkConnectionName

string

Nome della connessione al collegamento VPN.

options
VpnLinkConnectionsGetIkeSasOptionalParams

Parametri delle opzioni.

Restituisce

beginResetConnection(string, string, string, string, VpnLinkConnectionsResetConnectionOptionalParams)

Reimposta la connessione VpnLink specificata.

function beginResetConnection(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsResetConnectionOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

gatewayName

string

Nome del gateway.

connectionName

string

Nome della connessione VPN.

linkConnectionName

string

Nome della connessione al collegamento VPN.

options
VpnLinkConnectionsResetConnectionOptionalParams

Parametri delle opzioni.

Restituisce

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginResetConnectionAndWait(string, string, string, string, VpnLinkConnectionsResetConnectionOptionalParams)

Reimposta la connessione VpnLink specificata.

function beginResetConnectionAndWait(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsResetConnectionOptionalParams): Promise<void>

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

gatewayName

string

Nome del gateway.

connectionName

string

Nome della connessione VPN.

linkConnectionName

string

Nome della connessione al collegamento VPN.

options
VpnLinkConnectionsResetConnectionOptionalParams

Parametri delle opzioni.

Restituisce

Promise<void>

beginSetOrInitDefaultSharedKey(string, string, string, string, ConnectionSharedKeyResult, VpnLinkConnectionsSetOrInitDefaultSharedKeyOptionalParams)

Imposta o genera automaticamente la chiave condivisa in base all'input dell'utente. Se gli utenti assegnano un valore di chiave condivisa, esegue l'operazione di impostazione. Se viene specificata la lunghezza della chiave, l'operazione crea una chiave casuale della lunghezza predefinita.

function beginSetOrInitDefaultSharedKey(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, connectionSharedKeyParameters: ConnectionSharedKeyResult, options?: VpnLinkConnectionsSetOrInitDefaultSharedKeyOptionalParams): Promise<SimplePollerLike<OperationState<ConnectionSharedKeyResult>, ConnectionSharedKeyResult>>

Parametri

resourceGroupName

string

Nome del gruppo di risorse di VpnGateway.

gatewayName

string

Nome del gateway.

connectionName

string

Nome della connessione.

linkConnectionName

string

Nome della connessione al collegamento VPN.

connectionSharedKeyParameters
ConnectionSharedKeyResult

Parametri forniti per impostare o generare automaticamente la chiave condivisa per la connessione al collegamento VPN.

Restituisce

Promise<@azure/core-lro.SimplePollerLike<OperationState<ConnectionSharedKeyResult>, ConnectionSharedKeyResult>>

beginSetOrInitDefaultSharedKeyAndWait(string, string, string, string, ConnectionSharedKeyResult, VpnLinkConnectionsSetOrInitDefaultSharedKeyOptionalParams)

Imposta o genera automaticamente la chiave condivisa in base all'input dell'utente. Se gli utenti assegnano un valore di chiave condivisa, esegue l'operazione di impostazione. Se viene specificata la lunghezza della chiave, l'operazione crea una chiave casuale della lunghezza predefinita.

function beginSetOrInitDefaultSharedKeyAndWait(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, connectionSharedKeyParameters: ConnectionSharedKeyResult, options?: VpnLinkConnectionsSetOrInitDefaultSharedKeyOptionalParams): Promise<ConnectionSharedKeyResult>

Parametri

resourceGroupName

string

Nome del gruppo di risorse di VpnGateway.

gatewayName

string

Nome del gateway.

connectionName

string

Nome della connessione.

linkConnectionName

string

Nome della connessione al collegamento VPN.

connectionSharedKeyParameters
ConnectionSharedKeyResult

Parametri forniti per impostare o generare automaticamente la chiave condivisa per la connessione al collegamento VPN.

Restituisce

getDefaultSharedKey(string, string, string, string, VpnLinkConnectionsGetDefaultSharedKeyOptionalParams)

Ottiene la chiave condivisa della connessione VpnLink specificata.

function getDefaultSharedKey(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsGetDefaultSharedKeyOptionalParams): Promise<ConnectionSharedKeyResult>

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

gatewayName

string

Nome del gateway.

connectionName

string

Nome della connessione VPN.

linkConnectionName

string

Nome della connessione al collegamento VPN.

options
VpnLinkConnectionsGetDefaultSharedKeyOptionalParams

Parametri delle opzioni.

Restituisce

listAllSharedKeys(string, string, string, string, VpnLinkConnectionsGetAllSharedKeysOptionalParams)

Elenca tutte le chiavi condivise della connessione VpnLink specificata.

function listAllSharedKeys(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsGetAllSharedKeysOptionalParams): PagedAsyncIterableIterator<ConnectionSharedKeyResult, ConnectionSharedKeyResult[], PageSettings>

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

gatewayName

string

Nome del gateway.

connectionName

string

Nome della connessione VPN.

linkConnectionName

string

Nome della connessione al collegamento VPN.

options
VpnLinkConnectionsGetAllSharedKeysOptionalParams

Parametri delle opzioni.

Restituisce

listByVpnConnection(string, string, string, VpnLinkConnectionsListByVpnConnectionOptionalParams)

Recupera tutte le connessioni al collegamento al sito VPN per una determinata connessione VPN del gateway VPN della rete WAN virtuale.

function listByVpnConnection(resourceGroupName: string, gatewayName: string, connectionName: string, options?: VpnLinkConnectionsListByVpnConnectionOptionalParams): PagedAsyncIterableIterator<VpnSiteLinkConnection, VpnSiteLinkConnection[], PageSettings>

Parametri

resourceGroupName

string

Nome del gruppo di risorse del gateway VPN.

gatewayName

string

Nome del gateway.

connectionName

string

Nome della connessione VPN.

options
VpnLinkConnectionsListByVpnConnectionOptionalParams

Parametri delle opzioni.

Restituisce

listDefaultSharedKey(string, string, string, string, VpnLinkConnectionsListDefaultSharedKeyOptionalParams)

Ottiene il valore della chiave condivisa della connessione VpnLink specificata.

function listDefaultSharedKey(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsListDefaultSharedKeyOptionalParams): Promise<ConnectionSharedKeyResult>

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

gatewayName

string

Nome del gateway.

connectionName

string

Nome della connessione VPN.

linkConnectionName

string

Nome della connessione al collegamento VPN.

options
VpnLinkConnectionsListDefaultSharedKeyOptionalParams

Parametri delle opzioni.

Restituisce