PrivateEndpointsOperationsExtensions Class

Definition

Extension methods for PrivateEndpointsOperations.

public static class PrivateEndpointsOperationsExtensions
type PrivateEndpointsOperationsExtensions = class
Public Module PrivateEndpointsOperationsExtensions
Inheritance
PrivateEndpointsOperationsExtensions

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