Partager via


IIpAllocationsOperations Interface

Définition

Opérations IpAllocationsOperations.

public interface IIpAllocationsOperations
type IIpAllocationsOperations = interface
Public Interface IIpAllocationsOperations

Méthodes

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

Crée ou met à jour une adresse IpAllocation dans le groupe de ressources spécifié.

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

Supprime l’adresse IpAllocation spécifiée.

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

Crée ou met à jour une adresse IpAllocation dans le groupe de ressources spécifié.

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

Supprime l’adresse IpAllocation spécifiée.

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

Obtient l’ipAllocation spécifié par groupe de ressources.

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

Obtient toutes les adresses IpAllocations dans un groupe de ressources.

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

Obtient toutes les adresses IpAllocations dans un groupe de ressources.

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

Obtient toutes les adresses IpAllocations d’un abonnement.

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

Obtient toutes les adresses IpAllocations d’un abonnement.

UpdateTagsWithHttpMessagesAsync(String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Mises à jour des balises IpAllocation.

Méthodes d’extension

BeginCreateOrUpdate(IIpAllocationsOperations, String, String, IpAllocation)

Crée ou met à jour une adresse IpAllocation dans le groupe de ressources spécifié.

BeginCreateOrUpdateAsync(IIpAllocationsOperations, String, String, IpAllocation, CancellationToken)

Crée ou met à jour une adresse IpAllocation dans le groupe de ressources spécifié.

BeginDelete(IIpAllocationsOperations, String, String)

Supprime l’adresse IpAllocation spécifiée.

BeginDeleteAsync(IIpAllocationsOperations, String, String, CancellationToken)

Supprime l’adresse IpAllocation spécifiée.

CreateOrUpdate(IIpAllocationsOperations, String, String, IpAllocation)

Crée ou met à jour une adresse IpAllocation dans le groupe de ressources spécifié.

CreateOrUpdateAsync(IIpAllocationsOperations, String, String, IpAllocation, CancellationToken)

Crée ou met à jour une adresse IpAllocation dans le groupe de ressources spécifié.

Delete(IIpAllocationsOperations, String, String)

Supprime l’adresse IpAllocation spécifiée.

DeleteAsync(IIpAllocationsOperations, String, String, CancellationToken)

Supprime l’adresse IpAllocation spécifiée.

Get(IIpAllocationsOperations, String, String, String)

Obtient l’ipAllocation spécifié par groupe de ressources.

GetAsync(IIpAllocationsOperations, String, String, String, CancellationToken)

Obtient l’ipAllocation spécifié par groupe de ressources.

List(IIpAllocationsOperations)

Obtient toutes les adresses IpAllocations d’un abonnement.

ListAsync(IIpAllocationsOperations, CancellationToken)

Obtient toutes les adresses IpAllocations d’un abonnement.

ListByResourceGroup(IIpAllocationsOperations, String)

Obtient toutes les adresses IpAllocations dans un groupe de ressources.

ListByResourceGroupAsync(IIpAllocationsOperations, String, CancellationToken)

Obtient toutes les adresses IpAllocations dans un groupe de ressources.

ListByResourceGroupNext(IIpAllocationsOperations, String)

Obtient toutes les adresses IpAllocations dans un groupe de ressources.

ListByResourceGroupNextAsync(IIpAllocationsOperations, String, CancellationToken)

Obtient toutes les adresses IpAllocations dans un groupe de ressources.

ListNext(IIpAllocationsOperations, String)

Obtient toutes les adresses IpAllocations d’un abonnement.

ListNextAsync(IIpAllocationsOperations, String, CancellationToken)

Obtient toutes les adresses IpAllocations d’un abonnement.

UpdateTags(IIpAllocationsOperations, String, String, TagsObject)

Mises à jour des balises IpAllocation.

UpdateTagsAsync(IIpAllocationsOperations, String, String, TagsObject, CancellationToken)

Mises à jour des balises IpAllocation.

S’applique à