PrivateEndpointConnectionsInterfaceOperations interface

Interface representing a PrivateEndpointConnectionsInterface operations.

Properties

delete

Delete a PrivateEndpointConnection

get

Get a PrivateEndpointConnection

listByTrafficController

List PrivateEndpointConnection resources by TrafficController

update

Create a PrivateEndpointConnection

Property Details

delete

Delete a PrivateEndpointConnection

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

Property Value

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

get

Get a PrivateEndpointConnection

get: (resourceGroupName: string, trafficControllerName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsInterfaceGetOptionalParams) => Promise<PrivateEndpointConnection>

Property Value

(resourceGroupName: string, trafficControllerName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsInterfaceGetOptionalParams) => Promise<PrivateEndpointConnection>

listByTrafficController

List PrivateEndpointConnection resources by TrafficController

listByTrafficController: (resourceGroupName: string, trafficControllerName: string, options?: PrivateEndpointConnectionsInterfaceListByTrafficControllerOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

Property Value

(resourceGroupName: string, trafficControllerName: string, options?: PrivateEndpointConnectionsInterfaceListByTrafficControllerOptionalParams) => PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

update

Create a PrivateEndpointConnection

update: (resourceGroupName: string, trafficControllerName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionsInterfaceUpdateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>

Property Value

(resourceGroupName: string, trafficControllerName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnection, options?: PrivateEndpointConnectionsInterfaceUpdateOptionalParams) => PollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>