Freigeben über


IDataCollectionEndpointsOperations Schnittstelle

Definition

DataCollectionEndpointsOperations-Vorgänge.

public interface IDataCollectionEndpointsOperations
type IDataCollectionEndpointsOperations = interface
Public Interface IDataCollectionEndpointsOperations

Methoden

CreateWithHttpMessagesAsync(String, String, DataCollectionEndpointResource, Dictionary<String,List<String>>, CancellationToken)

Erstellt oder aktualisiert einen Datensammlungsendpunkt.

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

Löscht einen Datensammlungsendpunkt.

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

Gibt den angegebenen Datensammlungsendpunkt zurück.

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

Listet alle Datensammlungsendpunkte in der angegebenen Ressourcengruppe auf.

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

Listet alle Datensammlungsendpunkte in der angegebenen Ressourcengruppe auf.

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

Listet alle Datensammlungsendpunkte im angegebenen Abonnement auf.

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

Listet alle Datensammlungsendpunkte im angegebenen Abonnement auf.

UpdateWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Updates Teil eines Datensammlungsendpunkts.

Erweiterungsmethoden

Create(IDataCollectionEndpointsOperations, String, String, DataCollectionEndpointResource)

Erstellt oder aktualisiert einen Datensammlungsendpunkt.

CreateAsync(IDataCollectionEndpointsOperations, String, String, DataCollectionEndpointResource, CancellationToken)

Erstellt oder aktualisiert einen Datensammlungsendpunkt.

Delete(IDataCollectionEndpointsOperations, String, String)

Löscht einen Datensammlungsendpunkt.

DeleteAsync(IDataCollectionEndpointsOperations, String, String, CancellationToken)

Löscht einen Datensammlungsendpunkt.

Get(IDataCollectionEndpointsOperations, String, String)

Gibt den angegebenen Datensammlungsendpunkt zurück.

GetAsync(IDataCollectionEndpointsOperations, String, String, CancellationToken)

Gibt den angegebenen Datensammlungsendpunkt zurück.

ListByResourceGroup(IDataCollectionEndpointsOperations, String)

Listet alle Datensammlungsendpunkte in der angegebenen Ressourcengruppe auf.

ListByResourceGroupAsync(IDataCollectionEndpointsOperations, String, CancellationToken)

Listet alle Datensammlungsendpunkte in der angegebenen Ressourcengruppe auf.

ListByResourceGroupNext(IDataCollectionEndpointsOperations, String)

Listet alle Datensammlungsendpunkte in der angegebenen Ressourcengruppe auf.

ListByResourceGroupNextAsync(IDataCollectionEndpointsOperations, String, CancellationToken)

Listet alle Datensammlungsendpunkte in der angegebenen Ressourcengruppe auf.

ListBySubscription(IDataCollectionEndpointsOperations)

Listet alle Datensammlungsendpunkte im angegebenen Abonnement auf.

ListBySubscriptionAsync(IDataCollectionEndpointsOperations, CancellationToken)

Listet alle Datensammlungsendpunkte im angegebenen Abonnement auf.

ListBySubscriptionNext(IDataCollectionEndpointsOperations, String)

Listet alle Datensammlungsendpunkte im angegebenen Abonnement auf.

ListBySubscriptionNextAsync(IDataCollectionEndpointsOperations, String, CancellationToken)

Listet alle Datensammlungsendpunkte im angegebenen Abonnement auf.

Update(IDataCollectionEndpointsOperations, String, String, IDictionary<String,String>)

Updates Teil eines Datensammlungsendpunkts.

UpdateAsync(IDataCollectionEndpointsOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates Teil eines Datensammlungsendpunkts.

Gilt für: