Partager via


IInstancePoolsOperations Interface

Définition

Opérations InstancePoolsOperations.

public interface IInstancePoolsOperations
type IInstancePoolsOperations = interface
Public Interface IInstancePoolsOperations

Méthodes

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

Crée ou met à jour un pool de instance.

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

Supprime un pool d’instances

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

Mises à jour un pool instance.

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

Crée ou met à jour un pool de instance.

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

Supprime un pool d’instances

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

Obtient un pool instance.

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

Obtient la liste des pools de instance dans le groupe de ressources

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

Obtient la liste des pools de instance dans le groupe de ressources

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

Obtient la liste de tous les pools instance dans l’abonnement.

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

Obtient la liste de tous les pools instance dans l’abonnement.

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

Mises à jour un pool instance.

Méthodes d’extension

BeginCreateOrUpdateAsync(IInstancePoolsOperations, String, String, InstancePoolInner, CancellationToken)

Crée ou met à jour un pool de instance.

BeginDeleteAsync(IInstancePoolsOperations, String, String, CancellationToken)

Supprime un pool d’instances

BeginUpdateAsync(IInstancePoolsOperations, String, String, IDictionary<String,String>, CancellationToken)

Mises à jour un pool instance.

CreateOrUpdateAsync(IInstancePoolsOperations, String, String, InstancePoolInner, CancellationToken)

Crée ou met à jour un pool de instance.

DeleteAsync(IInstancePoolsOperations, String, String, CancellationToken)

Supprime un pool d’instances

GetAsync(IInstancePoolsOperations, String, String, CancellationToken)

Obtient un pool instance.

ListAsync(IInstancePoolsOperations, CancellationToken)

Obtient la liste de tous les pools instance dans l’abonnement.

ListByResourceGroupAsync(IInstancePoolsOperations, String, CancellationToken)

Obtient la liste des pools de instance dans le groupe de ressources

ListByResourceGroupNextAsync(IInstancePoolsOperations, String, CancellationToken)

Obtient la liste des pools de instance dans le groupe de ressources

ListNextAsync(IInstancePoolsOperations, String, CancellationToken)

Obtient la liste de tous les pools instance dans l’abonnement.

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

Mises à jour un pool instance.

S’applique à