Partager via


IClustersOperations Interface

Définition

ClustersOpérations.

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

Méthodes

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

Créer ou mettre à jour un cluster Log Analytics.

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

Supprime un instance de cluster.

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

Mises à jour un cluster Log Analytics.

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

Créer ou mettre à jour un cluster Log Analytics.

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

Supprime un instance de cluster.

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

Obtient un instance de cluster Log Analytics.

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

Obtient des clusters Log Analytics dans un groupe de ressources.

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

Obtient des clusters Log Analytics dans un groupe de ressources.

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

Obtient les clusters Log Analytics dans un abonnement.

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

Obtient les clusters Log Analytics dans un abonnement.

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

Mises à jour un cluster Log Analytics.

Méthodes d’extension

BeginCreateOrUpdate(IClustersOperations, String, String, Cluster)

Créer ou mettre à jour un cluster Log Analytics.

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

Créer ou mettre à jour un cluster Log Analytics.

BeginDelete(IClustersOperations, String, String)

Supprime un instance de cluster.

BeginDeleteAsync(IClustersOperations, String, String, CancellationToken)

Supprime un instance de cluster.

BeginUpdate(IClustersOperations, String, String, ClusterPatch)

Mises à jour un cluster Log Analytics.

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

Mises à jour un cluster Log Analytics.

CreateOrUpdate(IClustersOperations, String, String, Cluster)

Créer ou mettre à jour un cluster Log Analytics.

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

Créer ou mettre à jour un cluster Log Analytics.

Delete(IClustersOperations, String, String)

Supprime un instance de cluster.

DeleteAsync(IClustersOperations, String, String, CancellationToken)

Supprime un instance de cluster.

Get(IClustersOperations, String, String)

Obtient un instance de cluster Log Analytics.

GetAsync(IClustersOperations, String, String, CancellationToken)

Obtient un instance de cluster Log Analytics.

List(IClustersOperations)

Obtient les clusters Log Analytics dans un abonnement.

ListAsync(IClustersOperations, CancellationToken)

Obtient les clusters Log Analytics dans un abonnement.

ListByResourceGroup(IClustersOperations, String)

Obtient des clusters Log Analytics dans un groupe de ressources.

ListByResourceGroupAsync(IClustersOperations, String, CancellationToken)

Obtient des clusters Log Analytics dans un groupe de ressources.

ListByResourceGroupNext(IClustersOperations, String)

Obtient des clusters Log Analytics dans un groupe de ressources.

ListByResourceGroupNextAsync(IClustersOperations, String, CancellationToken)

Obtient des clusters Log Analytics dans un groupe de ressources.

ListNext(IClustersOperations, String)

Obtient les clusters Log Analytics dans un abonnement.

ListNextAsync(IClustersOperations, String, CancellationToken)

Obtient les clusters Log Analytics dans un abonnement.

Update(IClustersOperations, String, String, ClusterPatch)

Mises à jour un cluster Log Analytics.

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

Mises à jour un cluster Log Analytics.

S’applique à