ApplicationGatewayPrivateEndpointConnectionsOperations interface
Bir ApplicationGatewayPrivateEndpointConnections işlemlerini temsil eden arayüz.
Özellikler
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| delete | Application Gateway üzerinde belirtilen özel uç nokta bağlantısını siler. |
| get | Uygulama ağ geçidinde belirtilen özel uç nokta bağlantısını alır. |
| list | Bir uygulama ağ geçidindeki tüm özel uç nokta bağlantılarını listeler. |
| update | Uygulama ağ geçidinde belirtilen özel uç nokta bağlantısını güncelleştirir. |
Özellik Ayrıntıları
beginDelete
Uyarı
Bu API artık kullanım dışıdır.
use delete instead
beginDelete: (resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Özellik Değeri
(resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Uyarı
Bu API artık kullanım dışıdır.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams) => Promise<void>
Özellik Değeri
(resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams) => Promise<void>
beginUpdate
Uyarı
Bu API artık kullanım dışıdır.
use update instead
beginUpdate: (resourceGroupName: string, applicationGatewayName: string, connectionName: string, parameters: ApplicationGatewayPrivateEndpointConnection, options?: ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ApplicationGatewayPrivateEndpointConnection>, ApplicationGatewayPrivateEndpointConnection>>
Özellik Değeri
(resourceGroupName: string, applicationGatewayName: string, connectionName: string, parameters: ApplicationGatewayPrivateEndpointConnection, options?: ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ApplicationGatewayPrivateEndpointConnection>, ApplicationGatewayPrivateEndpointConnection>>
beginUpdateAndWait
Uyarı
Bu API artık kullanım dışıdır.
use update instead
beginUpdateAndWait: (resourceGroupName: string, applicationGatewayName: string, connectionName: string, parameters: ApplicationGatewayPrivateEndpointConnection, options?: ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams) => Promise<ApplicationGatewayPrivateEndpointConnection>
Özellik Değeri
(resourceGroupName: string, applicationGatewayName: string, connectionName: string, parameters: ApplicationGatewayPrivateEndpointConnection, options?: ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams) => Promise<ApplicationGatewayPrivateEndpointConnection>
delete
Application Gateway üzerinde belirtilen özel uç nokta bağlantısını siler.
delete: (resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Özellik Değeri
(resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Uygulama ağ geçidinde belirtilen özel uç nokta bağlantısını alır.
get: (resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsGetOptionalParams) => Promise<ApplicationGatewayPrivateEndpointConnection>
Özellik Değeri
(resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsGetOptionalParams) => Promise<ApplicationGatewayPrivateEndpointConnection>
list
Bir uygulama ağ geçidindeki tüm özel uç nokta bağlantılarını listeler.
list: (resourceGroupName: string, applicationGatewayName: string, options?: ApplicationGatewayPrivateEndpointConnectionsListOptionalParams) => PagedAsyncIterableIterator<ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnection[], PageSettings>
Özellik Değeri
(resourceGroupName: string, applicationGatewayName: string, options?: ApplicationGatewayPrivateEndpointConnectionsListOptionalParams) => PagedAsyncIterableIterator<ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnection[], PageSettings>
update
Uygulama ağ geçidinde belirtilen özel uç nokta bağlantısını güncelleştirir.
update: (resourceGroupName: string, applicationGatewayName: string, connectionName: string, parameters: ApplicationGatewayPrivateEndpointConnection, options?: ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams) => PollerLike<OperationState<ApplicationGatewayPrivateEndpointConnection>, ApplicationGatewayPrivateEndpointConnection>
Özellik Değeri
(resourceGroupName: string, applicationGatewayName: string, connectionName: string, parameters: ApplicationGatewayPrivateEndpointConnection, options?: ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams) => PollerLike<OperationState<ApplicationGatewayPrivateEndpointConnection>, ApplicationGatewayPrivateEndpointConnection>