Condividi tramite


IClustersOperations Interfaccia

Definizione

Operazioni clustersOperations.

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

Metodi

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

Creare un cluster HCI.

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

Eliminare un cluster HCI.

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

Ottenere il cluster HCI.

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

Elencare tutti i cluster HCI in un gruppo di risorse.

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

Elencare tutti i cluster HCI in un gruppo di risorse.

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

Elencare tutti i cluster HCI in una sottoscrizione.

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

Elencare tutti i cluster HCI in una sottoscrizione.

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

Aggiornare un cluster HCI.

Metodi di estensione

Create(IClustersOperations, String, String, Cluster)

Creare un cluster HCI.

CreateAsync(IClustersOperations, String, String, Cluster, CancellationToken)

Creare un cluster HCI.

Delete(IClustersOperations, String, String)

Eliminare un cluster HCI.

DeleteAsync(IClustersOperations, String, String, CancellationToken)

Eliminare un cluster HCI.

Get(IClustersOperations, String, String)

Ottenere il cluster HCI.

GetAsync(IClustersOperations, String, String, CancellationToken)

Ottenere il cluster HCI.

ListByResourceGroup(IClustersOperations, String)

Elencare tutti i cluster HCI in un gruppo di risorse.

ListByResourceGroupAsync(IClustersOperations, String, CancellationToken)

Elencare tutti i cluster HCI in un gruppo di risorse.

ListByResourceGroupNext(IClustersOperations, String)

Elencare tutti i cluster HCI in un gruppo di risorse.

ListByResourceGroupNextAsync(IClustersOperations, String, CancellationToken)

Elencare tutti i cluster HCI in un gruppo di risorse.

ListBySubscription(IClustersOperations)

Elencare tutti i cluster HCI in una sottoscrizione.

ListBySubscriptionAsync(IClustersOperations, CancellationToken)

Elencare tutti i cluster HCI in una sottoscrizione.

ListBySubscriptionNext(IClustersOperations, String)

Elencare tutti i cluster HCI in una sottoscrizione.

ListBySubscriptionNextAsync(IClustersOperations, String, CancellationToken)

Elencare tutti i cluster HCI in una sottoscrizione.

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

Aggiornare un cluster HCI.

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

Aggiornare un cluster HCI.

Si applica a