VpnLinkConnections interface
VpnLinkConnections を表すインターフェイス。
メソッド
メソッドの詳細
beginGetIkeSas(string, string, string, string, VpnLinkConnectionsGetIkeSasOptionalParams)
指定したリソース グループ内の VPN サイト リンク接続の IKE セキュリティ アソシエーションを一覧表示します。
function beginGetIkeSas(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsGetIkeSasOptionalParams): Promise<SimplePollerLike<OperationState<VpnLinkConnectionsGetIkeSasResponse>, VpnLinkConnectionsGetIkeSasResponse>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- gatewayName
-
string
ゲートウェイの名前。
- connectionName
-
string
VPN 接続の名前。
- linkConnectionName
-
string
VPN リンク接続の名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<VpnLinkConnectionsGetIkeSasResponse>, VpnLinkConnectionsGetIkeSasResponse>>
beginGetIkeSasAndWait(string, string, string, string, VpnLinkConnectionsGetIkeSasOptionalParams)
指定したリソース グループ内の VPN サイト リンク接続の IKE セキュリティ アソシエーションを一覧表示します。
function beginGetIkeSasAndWait(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsGetIkeSasOptionalParams): Promise<VpnLinkConnectionsGetIkeSasResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- gatewayName
-
string
ゲートウェイの名前。
- connectionName
-
string
VPN 接続の名前。
- linkConnectionName
-
string
VPN リンク接続の名前。
オプション パラメーター。
戻り値
Promise<VpnLinkConnectionsGetIkeSasResponse>
beginResetConnection(string, string, string, string, VpnLinkConnectionsResetConnectionOptionalParams)
指定された VpnLink 接続をリセットします。
function beginResetConnection(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsResetConnectionOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- gatewayName
-
string
ゲートウェイの名前。
- connectionName
-
string
VPN 接続の名前。
- linkConnectionName
-
string
VPN リンク接続の名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginResetConnectionAndWait(string, string, string, string, VpnLinkConnectionsResetConnectionOptionalParams)
指定された VpnLink 接続をリセットします。
function beginResetConnectionAndWait(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsResetConnectionOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- gatewayName
-
string
ゲートウェイの名前。
- connectionName
-
string
VPN 接続の名前。
- linkConnectionName
-
string
VPN リンク接続の名前。
オプション パラメーター。
戻り値
Promise<void>
beginSetOrInitDefaultSharedKey(string, string, string, string, ConnectionSharedKeyResult, VpnLinkConnectionsSetOrInitDefaultSharedKeyOptionalParams)
ユーザー入力に基づいて共有キーを設定または自動生成します。 ユーザーが共有キー値を指定すると、設定操作が実行されます。 キーの長さを指定すると、定義済みの長さのランダム キーが作成されます。
function beginSetOrInitDefaultSharedKey(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, connectionSharedKeyParameters: ConnectionSharedKeyResult, options?: VpnLinkConnectionsSetOrInitDefaultSharedKeyOptionalParams): Promise<SimplePollerLike<OperationState<ConnectionSharedKeyResult>, ConnectionSharedKeyResult>>
パラメーター
- resourceGroupName
-
string
VpnGateway のリソース グループ名。
- gatewayName
-
string
ゲートウェイの名前。
- connectionName
-
string
接続の名前。
- linkConnectionName
-
string
VPN リンク接続の名前。
- connectionSharedKeyParameters
- ConnectionSharedKeyResult
VPN リンク接続の共有キーを設定または自動生成するために指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<ConnectionSharedKeyResult>, ConnectionSharedKeyResult>>
beginSetOrInitDefaultSharedKeyAndWait(string, string, string, string, ConnectionSharedKeyResult, VpnLinkConnectionsSetOrInitDefaultSharedKeyOptionalParams)
ユーザー入力に基づいて共有キーを設定または自動生成します。 ユーザーが共有キー値を指定すると、設定操作が実行されます。 キーの長さを指定すると、定義済みの長さのランダム キーが作成されます。
function beginSetOrInitDefaultSharedKeyAndWait(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, connectionSharedKeyParameters: ConnectionSharedKeyResult, options?: VpnLinkConnectionsSetOrInitDefaultSharedKeyOptionalParams): Promise<ConnectionSharedKeyResult>
パラメーター
- resourceGroupName
-
string
VpnGateway のリソース グループ名。
- gatewayName
-
string
ゲートウェイの名前。
- connectionName
-
string
接続の名前。
- linkConnectionName
-
string
VPN リンク接続の名前。
- connectionSharedKeyParameters
- ConnectionSharedKeyResult
VPN リンク接続の共有キーを設定または自動生成するために指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<ConnectionSharedKeyResult>
getDefaultSharedKey(string, string, string, string, VpnLinkConnectionsGetDefaultSharedKeyOptionalParams)
指定された VpnLink 接続の共有キーを取得します。
function getDefaultSharedKey(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsGetDefaultSharedKeyOptionalParams): Promise<ConnectionSharedKeyResult>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- gatewayName
-
string
ゲートウェイの名前。
- connectionName
-
string
VPN 接続の名前。
- linkConnectionName
-
string
VPN リンク接続の名前。
オプション パラメーター。
戻り値
Promise<ConnectionSharedKeyResult>
listAllSharedKeys(string, string, string, string, VpnLinkConnectionsGetAllSharedKeysOptionalParams)
指定された VpnLink 接続のすべての共有キーを一覧表示します。
function listAllSharedKeys(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsGetAllSharedKeysOptionalParams): PagedAsyncIterableIterator<ConnectionSharedKeyResult, ConnectionSharedKeyResult[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- gatewayName
-
string
ゲートウェイの名前。
- connectionName
-
string
VPN 接続の名前。
- linkConnectionName
-
string
VPN リンク接続の名前。
オプション パラメーター。
戻り値
listByVpnConnection(string, string, string, VpnLinkConnectionsListByVpnConnectionOptionalParams)
特定の仮想 WAN VPN ゲートウェイ VPN 接続のすべての VPN サイト リンク接続を取得します。
function listByVpnConnection(resourceGroupName: string, gatewayName: string, connectionName: string, options?: VpnLinkConnectionsListByVpnConnectionOptionalParams): PagedAsyncIterableIterator<VpnSiteLinkConnection, VpnSiteLinkConnection[], PageSettings>
パラメーター
- resourceGroupName
-
string
VPN ゲートウェイのリソース グループ名。
- gatewayName
-
string
ゲートウェイの名前。
- connectionName
-
string
VPN 接続の名前。
オプション パラメーター。
戻り値
listDefaultSharedKey(string, string, string, string, VpnLinkConnectionsListDefaultSharedKeyOptionalParams)
指定された VpnLink 接続の共有キーの値を取得します。
function listDefaultSharedKey(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsListDefaultSharedKeyOptionalParams): Promise<ConnectionSharedKeyResult>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- gatewayName
-
string
ゲートウェイの名前。
- connectionName
-
string
VPN 接続の名前。
- linkConnectionName
-
string
VPN リンク接続の名前。
オプション パラメーター。
戻り値
Promise<ConnectionSharedKeyResult>