HorizonDbPrivateEndpointConnectionsOperations interface

Interface representing a HorizonDbPrivateEndpointConnections operations.

Properties

beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
delete
get

Gets a private endpoint connection.

list

Lists private endpoint connections in a HorizonDb cluster.

update

Updates a private endpoint connection.

Property Details

beginDelete

Warning

This API is now deprecated.

use delete instead

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

Property Value

(resourceGroupName: string, privateEndpointConnectionName: string, options?: HorizonDbPrivateEndpointConnectionsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, privateEndpointConnectionName: string, options?: HorizonDbPrivateEndpointConnectionsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, privateEndpointConnectionName: string, options?: HorizonDbPrivateEndpointConnectionsDeleteOptionalParams) => Promise<void>

beginUpdate

Warning

This API is now deprecated.

use update instead

beginUpdate: (resourceGroupName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionUpdate, options?: HorizonDbPrivateEndpointConnectionsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

Property Value

(resourceGroupName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionUpdate, options?: HorizonDbPrivateEndpointConnectionsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

beginUpdateAndWait

Warning

This API is now deprecated.

use update instead

beginUpdateAndWait: (resourceGroupName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionUpdate, options?: HorizonDbPrivateEndpointConnectionsUpdateOptionalParams) => Promise<PrivateEndpointConnection>

Property Value

(resourceGroupName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionUpdate, options?: HorizonDbPrivateEndpointConnectionsUpdateOptionalParams) => Promise<PrivateEndpointConnection>

delete

delete: (resourceGroupName: string, privateEndpointConnectionName: string, options?: HorizonDbPrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, privateEndpointConnectionName: string, options?: HorizonDbPrivateEndpointConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Gets a private endpoint connection.

get: (resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: HorizonDbPrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnectionResource>

Property Value

(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: HorizonDbPrivateEndpointConnectionsGetOptionalParams) => Promise<PrivateEndpointConnectionResource>

list

Lists private endpoint connections in a HorizonDb cluster.

list: (resourceGroupName: string, clusterName: string, options?: HorizonDbPrivateEndpointConnectionsListOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnectionResource, PrivateEndpointConnectionResource[], PageSettings>

Property Value

(resourceGroupName: string, clusterName: string, options?: HorizonDbPrivateEndpointConnectionsListOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnectionResource, PrivateEndpointConnectionResource[], PageSettings>

update

Updates a private endpoint connection.

update: (resourceGroupName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionUpdate, options?: HorizonDbPrivateEndpointConnectionsUpdateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>

Property Value

(resourceGroupName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionUpdate, options?: HorizonDbPrivateEndpointConnectionsUpdateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>