Freigeben über


IClustersOperations Schnittstelle

Definition

ClusterOperationsvorgänge.

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

Methoden

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

Erstellen oder Aktualisieren eines Log Analytics-Clusters.

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

Löscht einen Cluster instance.

BeginUpdateWithHttpMessagesAsync(String, String, ClusterPatch, Dictionary<String,List<String>>, CancellationToken)

Updates einen Log Analytics-Cluster.

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

Erstellen oder Aktualisieren eines Log Analytics-Clusters.

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

Löscht einen Cluster instance.

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

Ruft einen Log Analytics-Cluster instance ab.

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

Ruft Log Analytics-Cluster in einer Ressourcengruppe ab.

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

Ruft Log Analytics-Cluster in einer Ressourcengruppe ab.

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

Ruft die Log Analytics-Cluster in einem Abonnement ab.

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

Ruft die Log Analytics-Cluster in einem Abonnement ab.

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

Updates einen Log Analytics-Cluster.

Erweiterungsmethoden

BeginCreateOrUpdate(IClustersOperations, String, String, Cluster)

Erstellen oder Aktualisieren eines Log Analytics-Clusters.

BeginCreateOrUpdateAsync(IClustersOperations, String, String, Cluster, CancellationToken)

Erstellen oder Aktualisieren eines Log Analytics-Clusters.

BeginDelete(IClustersOperations, String, String)

Löscht einen Cluster instance.

BeginDeleteAsync(IClustersOperations, String, String, CancellationToken)

Löscht einen Cluster instance.

BeginUpdate(IClustersOperations, String, String, ClusterPatch)

Updates einen Log Analytics-Cluster.

BeginUpdateAsync(IClustersOperations, String, String, ClusterPatch, CancellationToken)

Updates einen Log Analytics-Cluster.

CreateOrUpdate(IClustersOperations, String, String, Cluster)

Erstellen oder Aktualisieren eines Log Analytics-Clusters.

CreateOrUpdateAsync(IClustersOperations, String, String, Cluster, CancellationToken)

Erstellen oder Aktualisieren eines Log Analytics-Clusters.

Delete(IClustersOperations, String, String)

Löscht einen Cluster instance.

DeleteAsync(IClustersOperations, String, String, CancellationToken)

Löscht einen Cluster instance.

Get(IClustersOperations, String, String)

Ruft einen Log Analytics-Cluster instance ab.

GetAsync(IClustersOperations, String, String, CancellationToken)

Ruft einen Log Analytics-Cluster instance ab.

List(IClustersOperations)

Ruft die Log Analytics-Cluster in einem Abonnement ab.

ListAsync(IClustersOperations, CancellationToken)

Ruft die Log Analytics-Cluster in einem Abonnement ab.

ListByResourceGroup(IClustersOperations, String)

Ruft Log Analytics-Cluster in einer Ressourcengruppe ab.

ListByResourceGroupAsync(IClustersOperations, String, CancellationToken)

Ruft Log Analytics-Cluster in einer Ressourcengruppe ab.

ListByResourceGroupNext(IClustersOperations, String)

Ruft Log Analytics-Cluster in einer Ressourcengruppe ab.

ListByResourceGroupNextAsync(IClustersOperations, String, CancellationToken)

Ruft Log Analytics-Cluster in einer Ressourcengruppe ab.

ListNext(IClustersOperations, String)

Ruft die Log Analytics-Cluster in einem Abonnement ab.

ListNextAsync(IClustersOperations, String, CancellationToken)

Ruft die Log Analytics-Cluster in einem Abonnement ab.

Update(IClustersOperations, String, String, ClusterPatch)

Updates einen Log Analytics-Cluster.

UpdateAsync(IClustersOperations, String, String, ClusterPatch, CancellationToken)

Updates einen Log Analytics-Cluster.

Gilt für: