Delen via


IClustersOperations Interface

Definitie

ClustersOperations-bewerkingen.

public interface IClustersOperations
type IClustersOperations = interface
Public Interface IClustersOperations

Methoden

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

Een cluster maken of bijwerken in een privécloud

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

Een cluster in een privécloud verwijderen

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

Een cluster bijwerken in een privécloud

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

Een cluster maken of bijwerken in een privécloud

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

Een cluster in een privécloud verwijderen

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

Een cluster ophalen op naam in een privécloud

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

Clusters in een privécloud weergeven

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

Clusters in een privécloud weergeven

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

Een cluster bijwerken in een privécloud

Extensiemethoden

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

Een cluster maken of bijwerken in een privécloud

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

Een cluster maken of bijwerken in een privécloud

BeginDelete(IClustersOperations, String, String, String)

Een cluster in een privécloud verwijderen

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

Een cluster in een privécloud verwijderen

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

Een cluster bijwerken in een privécloud

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

Een cluster bijwerken in een privécloud

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

Een cluster maken of bijwerken in een privécloud

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

Een cluster maken of bijwerken in een privécloud

Delete(IClustersOperations, String, String, String)

Een cluster in een privécloud verwijderen

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

Een cluster in een privécloud verwijderen

Get(IClustersOperations, String, String, String)

Een cluster ophalen op naam in een privécloud

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

Een cluster ophalen op naam in een privécloud

List(IClustersOperations, String, String)

Clusters in een privécloud weergeven

ListAsync(IClustersOperations, String, String, CancellationToken)

Clusters in een privécloud weergeven

ListNext(IClustersOperations, String)

Clusters in een privécloud weergeven

ListNextAsync(IClustersOperations, String, CancellationToken)

Clusters in een privécloud weergeven

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

Een cluster bijwerken in een privécloud

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

Een cluster bijwerken in een privécloud

Van toepassing op