VpnGatewaysOperations interface

Bir VpnGateways operasyonunu temsil eden arayüz.

Özellikler

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginReset
beginResetAndWait
beginStartPacketCapture
beginStartPacketCaptureAndWait
beginStopPacketCapture
beginStopPacketCaptureAndWait
beginUpdateTags
beginUpdateTagsAndWait
createOrUpdate

Yoksa bir sanal wan vpn ağ geçidi oluşturur, aksi takdirde mevcut ağ geçidini güncelleştirir.

delete

Sanal wan vpn ağ geçidini siler.

get

Sanal wan vpn ağ geçidinin ayrıntılarını alır.

list

Bir abonelikteki tüm VpnGateway'leri listeler.

listByResourceGroup

Bir kaynak grubundaki tüm VpnGateway'leri listeler.

reset

Belirtilen kaynak grubundaki vpn ağ geçidinin birincilini sıfırlar.

startPacketCapture

Belirtilen kaynak grubundaki vpn ağ geçidinde paket yakalamayı başlatır.

stopPacketCapture

Belirtilen kaynak grubundaki vpn ağ geçidinde paket yakalamayı durdurur.

updateTags

Sanal wan vpn ağ geçidi etiketlerini güncelleştirir.

Özellik Ayrıntıları

beginCreateOrUpdate

Uyarı

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

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, gatewayName: string, vpnGatewayParameters: VpnGateway, options?: VpnGatewaysCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<VpnGateway>, VpnGateway>>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, vpnGatewayParameters: VpnGateway, options?: VpnGatewaysCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<VpnGateway>, VpnGateway>>

beginCreateOrUpdateAndWait

Uyarı

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

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, gatewayName: string, vpnGatewayParameters: VpnGateway, options?: VpnGatewaysCreateOrUpdateOptionalParams) => Promise<VpnGateway>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, vpnGatewayParameters: VpnGateway, options?: VpnGatewaysCreateOrUpdateOptionalParams) => Promise<VpnGateway>

beginDelete

Uyarı

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

use delete instead

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

Özellik Değeri

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

beginDeleteAndWait

Uyarı

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

use delete instead

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

Özellik Değeri

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

beginReset

Uyarı

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

use reset instead

beginReset: (resourceGroupName: string, gatewayName: string, options?: VpnGatewaysResetOptionalParams) => Promise<SimplePollerLike<OperationState<VpnGateway>, VpnGateway>>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, options?: VpnGatewaysResetOptionalParams) => Promise<SimplePollerLike<OperationState<VpnGateway>, VpnGateway>>

beginResetAndWait

Uyarı

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

use reset instead

beginResetAndWait: (resourceGroupName: string, gatewayName: string, options?: VpnGatewaysResetOptionalParams) => Promise<VpnGateway>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, options?: VpnGatewaysResetOptionalParams) => Promise<VpnGateway>

beginStartPacketCapture

Uyarı

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

use startPacketCapture instead

beginStartPacketCapture: (resourceGroupName: string, gatewayName: string, options?: VpnGatewaysStartPacketCaptureOptionalParams) => Promise<SimplePollerLike<OperationState<VpnGatewaysStartPacketCaptureResponse>, VpnGatewaysStartPacketCaptureResponse>>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, options?: VpnGatewaysStartPacketCaptureOptionalParams) => Promise<SimplePollerLike<OperationState<VpnGatewaysStartPacketCaptureResponse>, VpnGatewaysStartPacketCaptureResponse>>

beginStartPacketCaptureAndWait

Uyarı

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

use startPacketCapture instead

beginStartPacketCaptureAndWait: (resourceGroupName: string, gatewayName: string, options?: VpnGatewaysStartPacketCaptureOptionalParams) => Promise<VpnGatewaysStartPacketCaptureResponse>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, options?: VpnGatewaysStartPacketCaptureOptionalParams) => Promise<VpnGatewaysStartPacketCaptureResponse>

beginStopPacketCapture

Uyarı

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

use stopPacketCapture instead

beginStopPacketCapture: (resourceGroupName: string, gatewayName: string, options?: VpnGatewaysStopPacketCaptureOptionalParams) => Promise<SimplePollerLike<OperationState<VpnGatewaysStopPacketCaptureResponse>, VpnGatewaysStopPacketCaptureResponse>>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, options?: VpnGatewaysStopPacketCaptureOptionalParams) => Promise<SimplePollerLike<OperationState<VpnGatewaysStopPacketCaptureResponse>, VpnGatewaysStopPacketCaptureResponse>>

beginStopPacketCaptureAndWait

Uyarı

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

use stopPacketCapture instead

beginStopPacketCaptureAndWait: (resourceGroupName: string, gatewayName: string, options?: VpnGatewaysStopPacketCaptureOptionalParams) => Promise<VpnGatewaysStopPacketCaptureResponse>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, options?: VpnGatewaysStopPacketCaptureOptionalParams) => Promise<VpnGatewaysStopPacketCaptureResponse>

beginUpdateTags

Uyarı

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

use updateTags instead

beginUpdateTags: (resourceGroupName: string, gatewayName: string, vpnGatewayParameters: TagsObject, options?: VpnGatewaysUpdateTagsOptionalParams) => Promise<SimplePollerLike<OperationState<VpnGateway>, VpnGateway>>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, vpnGatewayParameters: TagsObject, options?: VpnGatewaysUpdateTagsOptionalParams) => Promise<SimplePollerLike<OperationState<VpnGateway>, VpnGateway>>

beginUpdateTagsAndWait

Uyarı

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

use updateTags instead

beginUpdateTagsAndWait: (resourceGroupName: string, gatewayName: string, vpnGatewayParameters: TagsObject, options?: VpnGatewaysUpdateTagsOptionalParams) => Promise<VpnGateway>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, vpnGatewayParameters: TagsObject, options?: VpnGatewaysUpdateTagsOptionalParams) => Promise<VpnGateway>

createOrUpdate

Yoksa bir sanal wan vpn ağ geçidi oluşturur, aksi takdirde mevcut ağ geçidini güncelleştirir.

createOrUpdate: (resourceGroupName: string, gatewayName: string, vpnGatewayParameters: VpnGateway, options?: VpnGatewaysCreateOrUpdateOptionalParams) => PollerLike<OperationState<VpnGateway>, VpnGateway>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, vpnGatewayParameters: VpnGateway, options?: VpnGatewaysCreateOrUpdateOptionalParams) => PollerLike<OperationState<VpnGateway>, VpnGateway>

delete

Sanal wan vpn ağ geçidini siler.

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

Özellik Değeri

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

get

Sanal wan vpn ağ geçidinin ayrıntılarını alır.

get: (resourceGroupName: string, gatewayName: string, options?: VpnGatewaysGetOptionalParams) => Promise<VpnGateway>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, options?: VpnGatewaysGetOptionalParams) => Promise<VpnGateway>

list

Bir abonelikteki tüm VpnGateway'leri listeler.

list: (options?: VpnGatewaysListOptionalParams) => PagedAsyncIterableIterator<VpnGateway, VpnGateway[], PageSettings>

Özellik Değeri

(options?: VpnGatewaysListOptionalParams) => PagedAsyncIterableIterator<VpnGateway, VpnGateway[], PageSettings>

listByResourceGroup

Bir kaynak grubundaki tüm VpnGateway'leri listeler.

listByResourceGroup: (resourceGroupName: string, options?: VpnGatewaysListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<VpnGateway, VpnGateway[], PageSettings>

Özellik Değeri

(resourceGroupName: string, options?: VpnGatewaysListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<VpnGateway, VpnGateway[], PageSettings>

reset

Belirtilen kaynak grubundaki vpn ağ geçidinin birincilini sıfırlar.

reset: (resourceGroupName: string, gatewayName: string, options?: VpnGatewaysResetOptionalParams) => PollerLike<OperationState<VpnGateway>, VpnGateway>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, options?: VpnGatewaysResetOptionalParams) => PollerLike<OperationState<VpnGateway>, VpnGateway>

startPacketCapture

Belirtilen kaynak grubundaki vpn ağ geçidinde paket yakalamayı başlatır.

startPacketCapture: (resourceGroupName: string, gatewayName: string, options?: VpnGatewaysStartPacketCaptureOptionalParams) => PollerLike<OperationState<VpnGatewaysStartPacketCaptureResponse>, VpnGatewaysStartPacketCaptureResponse>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, options?: VpnGatewaysStartPacketCaptureOptionalParams) => PollerLike<OperationState<VpnGatewaysStartPacketCaptureResponse>, VpnGatewaysStartPacketCaptureResponse>

stopPacketCapture

Belirtilen kaynak grubundaki vpn ağ geçidinde paket yakalamayı durdurur.

stopPacketCapture: (resourceGroupName: string, gatewayName: string, options?: VpnGatewaysStopPacketCaptureOptionalParams) => PollerLike<OperationState<VpnGatewaysStopPacketCaptureResponse>, VpnGatewaysStopPacketCaptureResponse>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, options?: VpnGatewaysStopPacketCaptureOptionalParams) => PollerLike<OperationState<VpnGatewaysStopPacketCaptureResponse>, VpnGatewaysStopPacketCaptureResponse>

updateTags

Sanal wan vpn ağ geçidi etiketlerini güncelleştirir.

updateTags: (resourceGroupName: string, gatewayName: string, vpnGatewayParameters: TagsObject, options?: VpnGatewaysUpdateTagsOptionalParams) => PollerLike<OperationState<VpnGateway>, VpnGateway>

Özellik Değeri

(resourceGroupName: string, gatewayName: string, vpnGatewayParameters: TagsObject, options?: VpnGatewaysUpdateTagsOptionalParams) => PollerLike<OperationState<VpnGateway>, VpnGateway>