IPrivateEndpointsOperations Interface

Definition

PrivateEndpointsOperations operations.

public interface IPrivateEndpointsOperations
type IPrivateEndpointsOperations = interface
Public Interface IPrivateEndpointsOperations

Methods

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

Delete the specified private endpoint.

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

Creates a Stream Analytics Private Endpoint or replaces an already existing Private Endpoint.

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

Delete the specified private endpoint.

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

Gets information about the specified Private Endpoint.

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

Lists the private endpoints in the cluster.

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

Lists the private endpoints in the cluster.

Extension Methods

BeginDelete(IPrivateEndpointsOperations, String, String, String)

Delete the specified private endpoint.

BeginDeleteAsync(IPrivateEndpointsOperations, String, String, String, CancellationToken)

Delete the specified private endpoint.

CreateOrUpdate(IPrivateEndpointsOperations, PrivateEndpoint, String, String, String, String, String)

Creates a Stream Analytics Private Endpoint or replaces an already existing Private Endpoint.

CreateOrUpdateAsync(IPrivateEndpointsOperations, PrivateEndpoint, String, String, String, String, String, CancellationToken)

Creates a Stream Analytics Private Endpoint or replaces an already existing Private Endpoint.

Delete(IPrivateEndpointsOperations, String, String, String)

Delete the specified private endpoint.

DeleteAsync(IPrivateEndpointsOperations, String, String, String, CancellationToken)

Delete the specified private endpoint.

Get(IPrivateEndpointsOperations, String, String, String)

Gets information about the specified Private Endpoint.

GetAsync(IPrivateEndpointsOperations, String, String, String, CancellationToken)

Gets information about the specified Private Endpoint.

ListByCluster(IPrivateEndpointsOperations, String, String)

Lists the private endpoints in the cluster.

ListByClusterAsync(IPrivateEndpointsOperations, String, String, CancellationToken)

Lists the private endpoints in the cluster.

ListByClusterNext(IPrivateEndpointsOperations, String)

Lists the private endpoints in the cluster.

ListByClusterNextAsync(IPrivateEndpointsOperations, String, CancellationToken)

Lists the private endpoints in the cluster.

Applies to