VpnLinkConnectionsOperations interface
VpnLinkConnections işlemlerini temsil eden arayüz.
Özellikler
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| get |
Belirtilen VpnLink bağlantısının paylaşılan anahtarını alır. |
| get |
Belirtilen kaynak grubundaki Vpn Site Bağlantı Bağlantısı için IKE Güvenlik İlişkilerini listeler. |
| list |
Belirtilen VpnLink bağlantısının tüm paylaşılan anahtarlarını listeler. |
| list |
Belirli bir sanal wan vpn ağ geçidi vpn bağlantısı için tüm vpn sitesi bağlantı bağlantılarını alır. |
| list |
Belirtilen VpnLink bağlantısının paylaşılan anahtarının değerini alır. |
| reset |
Belirtilen VpnLink bağlantısını sıfırlar. |
| set |
Kullanıcı girişine göre paylaşılan anahtarı ayarlar veya otomatik olarak oluşturur. Kullanıcılar paylaşılan bir anahtar değeri verirse, ayarlanan işlemi yapar. Anahtar uzunluğu verilirse, işlem önceden tanımlanmış uzunlukta rastgele bir anahtar oluşturur. |
Özellik Ayrıntıları
beginGetIkeSas
Uyarı
Bu API artık kullanım dışıdır.
use getIkeSas instead
beginGetIkeSas: (resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsGetIkeSasOptionalParams) => Promise<SimplePollerLike<OperationState<VpnLinkConnectionsGetIkeSasResponse>, VpnLinkConnectionsGetIkeSasResponse>>
Özellik Değeri
(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsGetIkeSasOptionalParams) => Promise<SimplePollerLike<OperationState<VpnLinkConnectionsGetIkeSasResponse>, VpnLinkConnectionsGetIkeSasResponse>>
beginGetIkeSasAndWait
Uyarı
Bu API artık kullanım dışıdır.
use getIkeSas instead
beginGetIkeSasAndWait: (resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsGetIkeSasOptionalParams) => Promise<VpnLinkConnectionsGetIkeSasResponse>
Özellik Değeri
(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsGetIkeSasOptionalParams) => Promise<VpnLinkConnectionsGetIkeSasResponse>
beginResetConnection
Uyarı
Bu API artık kullanım dışıdır.
use resetConnection instead
beginResetConnection: (resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsResetConnectionOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Özellik Değeri
(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsResetConnectionOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginResetConnectionAndWait
Uyarı
Bu API artık kullanım dışıdır.
use resetConnection instead
beginResetConnectionAndWait: (resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsResetConnectionOptionalParams) => Promise<void>
Özellik Değeri
(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsResetConnectionOptionalParams) => Promise<void>
beginSetOrInitDefaultSharedKey
Uyarı
Bu API artık kullanım dışıdır.
use setOrInitDefaultSharedKey instead
beginSetOrInitDefaultSharedKey: (resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, connectionSharedKeyParameters: ConnectionSharedKeyResult, options?: VpnLinkConnectionsSetOrInitDefaultSharedKeyOptionalParams) => Promise<SimplePollerLike<OperationState<ConnectionSharedKeyResult>, ConnectionSharedKeyResult>>
Özellik Değeri
(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, connectionSharedKeyParameters: ConnectionSharedKeyResult, options?: VpnLinkConnectionsSetOrInitDefaultSharedKeyOptionalParams) => Promise<SimplePollerLike<OperationState<ConnectionSharedKeyResult>, ConnectionSharedKeyResult>>
beginSetOrInitDefaultSharedKeyAndWait
Uyarı
Bu API artık kullanım dışıdır.
use setOrInitDefaultSharedKey instead
beginSetOrInitDefaultSharedKeyAndWait: (resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, connectionSharedKeyParameters: ConnectionSharedKeyResult, options?: VpnLinkConnectionsSetOrInitDefaultSharedKeyOptionalParams) => Promise<ConnectionSharedKeyResult>
Özellik Değeri
(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, connectionSharedKeyParameters: ConnectionSharedKeyResult, options?: VpnLinkConnectionsSetOrInitDefaultSharedKeyOptionalParams) => Promise<ConnectionSharedKeyResult>
getDefaultSharedKey
Belirtilen VpnLink bağlantısının paylaşılan anahtarını alır.
getDefaultSharedKey: (resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsGetDefaultSharedKeyOptionalParams) => Promise<ConnectionSharedKeyResult>
Özellik Değeri
(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsGetDefaultSharedKeyOptionalParams) => Promise<ConnectionSharedKeyResult>
getIkeSas
Belirtilen kaynak grubundaki Vpn Site Bağlantı Bağlantısı için IKE Güvenlik İlişkilerini listeler.
getIkeSas: (resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsGetIkeSasOptionalParams) => PollerLike<OperationState<VpnLinkConnectionsGetIkeSasResponse>, VpnLinkConnectionsGetIkeSasResponse>
Özellik Değeri
(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsGetIkeSasOptionalParams) => PollerLike<OperationState<VpnLinkConnectionsGetIkeSasResponse>, VpnLinkConnectionsGetIkeSasResponse>
listAllSharedKeys
Belirtilen VpnLink bağlantısının tüm paylaşılan anahtarlarını listeler.
listAllSharedKeys: (resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsListAllSharedKeysOptionalParams) => PagedAsyncIterableIterator<ConnectionSharedKeyResult, ConnectionSharedKeyResult[], PageSettings>
Özellik Değeri
(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsListAllSharedKeysOptionalParams) => PagedAsyncIterableIterator<ConnectionSharedKeyResult, ConnectionSharedKeyResult[], PageSettings>
listByVpnConnection
Belirli bir sanal wan vpn ağ geçidi vpn bağlantısı için tüm vpn sitesi bağlantı bağlantılarını alır.
listByVpnConnection: (resourceGroupName: string, gatewayName: string, connectionName: string, options?: VpnLinkConnectionsListByVpnConnectionOptionalParams) => PagedAsyncIterableIterator<VpnSiteLinkConnection, VpnSiteLinkConnection[], PageSettings>
Özellik Değeri
(resourceGroupName: string, gatewayName: string, connectionName: string, options?: VpnLinkConnectionsListByVpnConnectionOptionalParams) => PagedAsyncIterableIterator<VpnSiteLinkConnection, VpnSiteLinkConnection[], PageSettings>
listDefaultSharedKey
Belirtilen VpnLink bağlantısının paylaşılan anahtarının değerini alır.
listDefaultSharedKey: (resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsListDefaultSharedKeyOptionalParams) => Promise<ConnectionSharedKeyResult>
Özellik Değeri
(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsListDefaultSharedKeyOptionalParams) => Promise<ConnectionSharedKeyResult>
resetConnection
Belirtilen VpnLink bağlantısını sıfırlar.
resetConnection: (resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsResetConnectionOptionalParams) => PollerLike<OperationState<void>, void>
Özellik Değeri
(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsResetConnectionOptionalParams) => PollerLike<OperationState<void>, void>
setOrInitDefaultSharedKey
Kullanıcı girişine göre paylaşılan anahtarı ayarlar veya otomatik olarak oluşturur. Kullanıcılar paylaşılan bir anahtar değeri verirse, ayarlanan işlemi yapar. Anahtar uzunluğu verilirse, işlem önceden tanımlanmış uzunlukta rastgele bir anahtar oluşturur.
setOrInitDefaultSharedKey: (resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, connectionSharedKeyParameters: ConnectionSharedKeyResult, options?: VpnLinkConnectionsSetOrInitDefaultSharedKeyOptionalParams) => PollerLike<OperationState<ConnectionSharedKeyResult>, ConnectionSharedKeyResult>
Özellik Değeri
(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, connectionSharedKeyParameters: ConnectionSharedKeyResult, options?: VpnLinkConnectionsSetOrInitDefaultSharedKeyOptionalParams) => PollerLike<OperationState<ConnectionSharedKeyResult>, ConnectionSharedKeyResult>