HorizonDbPrivateEndpointConnectionsOperations interface

Interface representing a HorizonDbPrivateEndpointConnections operations.

Properties

beginDelete
beginDeleteAndWait
delete

Deletes a private endpoint connection.

get

Gets a private endpoint connection.

list

Lists private endpoint connections in a HorizonDB cluster.

updateStatus

Approves or rejects a private endpoint connection.

Property Details

beginDelete

Warning

This API is now deprecated.

use delete instead

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

Property Value

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

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

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

Property Value

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

delete

Deletes a private endpoint connection.

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

Property Value

(resourceGroupName: string, clusterName: 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>

updateStatus

Approves or rejects a private endpoint connection.

updateStatus: (resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnectionResource, options?: HorizonDbPrivateEndpointConnectionsUpdateStatusOptionalParams) => Promise<PrivateEndpointConnectionResource>

Property Value

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