Condividi tramite


IClustersOperations Interfaccia

Definizione

Operazioni clustersOperations.

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

Metodi

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

Creare o aggiornare un cluster in un cloud privato

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

Eliminare un cluster in un cloud privato

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

Aggiornare un cluster in un cloud privato

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

Creare o aggiornare un cluster in un cloud privato

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

Eliminare un cluster in un cloud privato

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

Ottenere un cluster in base al nome in un cloud privato

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

Elencare i cluster in un cloud privato

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

Elencare i cluster in un cloud privato

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

Aggiornare un cluster in un cloud privato

Metodi di estensione

BeginCreateOrUpdate(IClustersOperations, String, String, String, Cluster)

Creare o aggiornare un cluster in un cloud privato

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

Creare o aggiornare un cluster in un cloud privato

BeginDelete(IClustersOperations, String, String, String)

Eliminare un cluster in un cloud privato

BeginDeleteAsync(IClustersOperations, String, String, String, CancellationToken)

Eliminare un cluster in un cloud privato

BeginUpdate(IClustersOperations, String, String, String, ClusterUpdate)

Aggiornare un cluster in un cloud privato

BeginUpdateAsync(IClustersOperations, String, String, String, ClusterUpdate, CancellationToken)

Aggiornare un cluster in un cloud privato

CreateOrUpdate(IClustersOperations, String, String, String, Cluster)

Creare o aggiornare un cluster in un cloud privato

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

Creare o aggiornare un cluster in un cloud privato

Delete(IClustersOperations, String, String, String)

Eliminare un cluster in un cloud privato

DeleteAsync(IClustersOperations, String, String, String, CancellationToken)

Eliminare un cluster in un cloud privato

Get(IClustersOperations, String, String, String)

Ottenere un cluster in base al nome in un cloud privato

GetAsync(IClustersOperations, String, String, String, CancellationToken)

Ottenere un cluster in base al nome in un cloud privato

List(IClustersOperations, String, String)

Elencare i cluster in un cloud privato

ListAsync(IClustersOperations, String, String, CancellationToken)

Elencare i cluster in un cloud privato

ListNext(IClustersOperations, String)

Elencare i cluster in un cloud privato

ListNextAsync(IClustersOperations, String, CancellationToken)

Elencare i cluster in un cloud privato

Update(IClustersOperations, String, String, String, ClusterUpdate)

Aggiornare un cluster in un cloud privato

UpdateAsync(IClustersOperations, String, String, String, ClusterUpdate, CancellationToken)

Aggiornare un cluster in un cloud privato

Si applica a