VpnConnectionsOperations interface

Bir VpnConnections işlemlerini temsil eden arayüz.

Özellikler

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginStartPacketCapture
beginStartPacketCaptureAndWait
beginStopPacketCapture
beginStopPacketCaptureAndWait
createOrUpdate

Ölçeklenebilir bir vpn ağ geçidine vpn bağlantısı oluşturur, aksi takdirde mevcut bağlantıyı güncelleştirir.

delete

Bir vpn bağlantısını siler.

get

Bir vpn bağlantısının ayrıntılarını alır.

listByVpnGateway

Belirli bir sanal wan vpn ağ geçidi için tüm vpn bağlantılarını alır.

startPacketCapture

Belirtilen kaynak grubundaki Vpn bağlantısında paket yakalamayı başlatır.

stopPacketCapture

Belirtilen kaynak grubundaki Vpn bağlantısında paket yakalamayı durdurur.

Özellik Ayrıntıları

beginCreateOrUpdate

Uyarı

Bu API artık kullanım dışıdır.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, gatewayName: string, connectionName: string, vpnConnectionParameters: VpnConnection, options?: VpnConnectionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<VpnConnection>, VpnConnection>>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, connectionName: string, vpnConnectionParameters: VpnConnection, options?: VpnConnectionsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<VpnConnection>, VpnConnection>>

beginCreateOrUpdateAndWait

Uyarı

Bu API artık kullanım dışıdır.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, gatewayName: string, connectionName: string, vpnConnectionParameters: VpnConnection, options?: VpnConnectionsCreateOrUpdateOptionalParams) => Promise<VpnConnection>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, connectionName: string, vpnConnectionParameters: VpnConnection, options?: VpnConnectionsCreateOrUpdateOptionalParams) => Promise<VpnConnection>

beginDelete

Uyarı

Bu API artık kullanım dışıdır.

use delete instead

beginDelete: (resourceGroupName: string, gatewayName: string, connectionName: string, options?: VpnConnectionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, connectionName: string, options?: VpnConnectionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Uyarı

Bu API artık kullanım dışıdır.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, gatewayName: string, connectionName: string, options?: VpnConnectionsDeleteOptionalParams) => Promise<void>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, connectionName: string, options?: VpnConnectionsDeleteOptionalParams) => Promise<void>

beginStartPacketCapture

Uyarı

Bu API artık kullanım dışıdır.

use startPacketCapture instead

beginStartPacketCapture: (resourceGroupName: string, gatewayName: string, vpnConnectionName: string, options?: VpnConnectionsStartPacketCaptureOptionalParams) => Promise<SimplePollerLike<OperationState<VpnConnectionsStartPacketCaptureResponse>, VpnConnectionsStartPacketCaptureResponse>>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, vpnConnectionName: string, options?: VpnConnectionsStartPacketCaptureOptionalParams) => Promise<SimplePollerLike<OperationState<VpnConnectionsStartPacketCaptureResponse>, VpnConnectionsStartPacketCaptureResponse>>

beginStartPacketCaptureAndWait

Uyarı

Bu API artık kullanım dışıdır.

use startPacketCapture instead

beginStartPacketCaptureAndWait: (resourceGroupName: string, gatewayName: string, vpnConnectionName: string, options?: VpnConnectionsStartPacketCaptureOptionalParams) => Promise<VpnConnectionsStartPacketCaptureResponse>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, vpnConnectionName: string, options?: VpnConnectionsStartPacketCaptureOptionalParams) => Promise<VpnConnectionsStartPacketCaptureResponse>

beginStopPacketCapture

Uyarı

Bu API artık kullanım dışıdır.

use stopPacketCapture instead

beginStopPacketCapture: (resourceGroupName: string, gatewayName: string, vpnConnectionName: string, options?: VpnConnectionsStopPacketCaptureOptionalParams) => Promise<SimplePollerLike<OperationState<VpnConnectionsStopPacketCaptureResponse>, VpnConnectionsStopPacketCaptureResponse>>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, vpnConnectionName: string, options?: VpnConnectionsStopPacketCaptureOptionalParams) => Promise<SimplePollerLike<OperationState<VpnConnectionsStopPacketCaptureResponse>, VpnConnectionsStopPacketCaptureResponse>>

beginStopPacketCaptureAndWait

Uyarı

Bu API artık kullanım dışıdır.

use stopPacketCapture instead

beginStopPacketCaptureAndWait: (resourceGroupName: string, gatewayName: string, vpnConnectionName: string, options?: VpnConnectionsStopPacketCaptureOptionalParams) => Promise<VpnConnectionsStopPacketCaptureResponse>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, vpnConnectionName: string, options?: VpnConnectionsStopPacketCaptureOptionalParams) => Promise<VpnConnectionsStopPacketCaptureResponse>

createOrUpdate

Ölçeklenebilir bir vpn ağ geçidine vpn bağlantısı oluşturur, aksi takdirde mevcut bağlantıyı güncelleştirir.

createOrUpdate: (resourceGroupName: string, gatewayName: string, connectionName: string, vpnConnectionParameters: VpnConnection, options?: VpnConnectionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<VpnConnection>, VpnConnection>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, connectionName: string, vpnConnectionParameters: VpnConnection, options?: VpnConnectionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<VpnConnection>, VpnConnection>

delete

Bir vpn bağlantısını siler.

delete: (resourceGroupName: string, gatewayName: string, connectionName: string, options?: VpnConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, connectionName: string, options?: VpnConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Bir vpn bağlantısının ayrıntılarını alır.

get: (resourceGroupName: string, gatewayName: string, connectionName: string, options?: VpnConnectionsGetOptionalParams) => Promise<VpnConnection>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, connectionName: string, options?: VpnConnectionsGetOptionalParams) => Promise<VpnConnection>

listByVpnGateway

Belirli bir sanal wan vpn ağ geçidi için tüm vpn bağlantılarını alır.

listByVpnGateway: (resourceGroupName: string, gatewayName: string, options?: VpnConnectionsListByVpnGatewayOptionalParams) => PagedAsyncIterableIterator<VpnConnection, VpnConnection[], PageSettings>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, options?: VpnConnectionsListByVpnGatewayOptionalParams) => PagedAsyncIterableIterator<VpnConnection, VpnConnection[], PageSettings>

startPacketCapture

Belirtilen kaynak grubundaki Vpn bağlantısında paket yakalamayı başlatır.

startPacketCapture: (resourceGroupName: string, gatewayName: string, vpnConnectionName: string, options?: VpnConnectionsStartPacketCaptureOptionalParams) => PollerLike<OperationState<VpnConnectionsStartPacketCaptureResponse>, VpnConnectionsStartPacketCaptureResponse>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, vpnConnectionName: string, options?: VpnConnectionsStartPacketCaptureOptionalParams) => PollerLike<OperationState<VpnConnectionsStartPacketCaptureResponse>, VpnConnectionsStartPacketCaptureResponse>

stopPacketCapture

Belirtilen kaynak grubundaki Vpn bağlantısında paket yakalamayı durdurur.

stopPacketCapture: (resourceGroupName: string, gatewayName: string, vpnConnectionName: string, options?: VpnConnectionsStopPacketCaptureOptionalParams) => PollerLike<OperationState<VpnConnectionsStopPacketCaptureResponse>, VpnConnectionsStopPacketCaptureResponse>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, vpnConnectionName: string, options?: VpnConnectionsStopPacketCaptureOptionalParams) => PollerLike<OperationState<VpnConnectionsStopPacketCaptureResponse>, VpnConnectionsStopPacketCaptureResponse>