Share via


IPrivateEndpointConnectionsOperations Interface

Definition

PrivateEndpointConnectionsOperations operations.

public interface IPrivateEndpointConnectionsOperations
type IPrivateEndpointConnectionsOperations = interface
Public Interface IPrivateEndpointConnectionsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, ConnectionProperties, Dictionary<String,List<String>>, CancellationToken)

Update the status of a private endpoint connection with the given name.

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, PrivateEndpointConnectionProperties, Dictionary<String,List<String>>, CancellationToken)

Update the status of a private endpoint connection with the given name.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete private endpoint connection with the specified name.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, ConnectionProperties, Dictionary<String,List<String>>, CancellationToken)

Update the status of a private endpoint connection with the given name.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, PrivateEndpointConnectionProperties, Dictionary<String,List<String>>, CancellationToken)

Update the status of a private endpoint connection with the given name.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete private endpoint connection with the specified name.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get private endpoint connection properties for the given private endpoint.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

List private endpoint connection properties.

Extension Methods

BeginCreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, ConnectionProperties)

Update the status of a private endpoint connection with the given name.

BeginCreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionProperties)

Update the status of a private endpoint connection with the given name.

BeginCreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, ConnectionProperties, CancellationToken)

Update the status of a private endpoint connection with the given name.

BeginCreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionProperties, CancellationToken)

Update the status of a private endpoint connection with the given name.

BeginDelete(IPrivateEndpointConnectionsOperations, String, String, String)

Delete private endpoint connection with the specified name.

BeginDeleteAsync(IPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Delete private endpoint connection with the specified name.

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, ConnectionProperties)

Update the status of a private endpoint connection with the given name.

CreateOrUpdate(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionProperties)

Update the status of a private endpoint connection with the given name.

CreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, ConnectionProperties, CancellationToken)

Update the status of a private endpoint connection with the given name.

CreateOrUpdateAsync(IPrivateEndpointConnectionsOperations, String, String, String, PrivateEndpointConnectionProperties, CancellationToken)

Update the status of a private endpoint connection with the given name.

Delete(IPrivateEndpointConnectionsOperations, String, String, String)

Delete private endpoint connection with the specified name.

DeleteAsync(IPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Delete private endpoint connection with the specified name.

Get(IPrivateEndpointConnectionsOperations, String, String, String)

Get private endpoint connection properties for the given private endpoint.

GetAsync(IPrivateEndpointConnectionsOperations, String, String, String, CancellationToken)

Get private endpoint connection properties for the given private endpoint.

List(IPrivateEndpointConnectionsOperations, String, String)

List private endpoint connection properties.

ListAsync(IPrivateEndpointConnectionsOperations, String, String, CancellationToken)

List private endpoint connection properties.

Applies to