Partager via


ICustomIPPrefixesOperations Interface

Définition

Opérations CustomIPPrefixesOperations.

public interface ICustomIPPrefixesOperations
type ICustomIPPrefixesOperations = interface
Public Interface ICustomIPPrefixesOperations

Méthodes

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

Crée ou met à jour un préfixe IP personnalisé.

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

Supprime le préfixe IP personnalisé spécifié.

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

Crée ou met à jour un préfixe IP personnalisé.

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

Supprime le préfixe IP personnalisé spécifié.

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

Obtient le préfixe IP personnalisé spécifié dans un groupe de ressources spécifié.

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

Obtient tous les préfixes IP personnalisés dans un abonnement.

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

Obtient tous les préfixes IP personnalisés dans un abonnement.

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

Obtient tous les préfixes IP personnalisés dans un groupe de ressources.

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

Obtient tous les préfixes IP personnalisés dans un groupe de ressources.

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

Mises à jour étiquettes de préfixe IP personnalisées.

Méthodes d’extension

BeginCreateOrUpdate(ICustomIPPrefixesOperations, String, String, CustomIpPrefix)

Crée ou met à jour un préfixe IP personnalisé.

BeginCreateOrUpdateAsync(ICustomIPPrefixesOperations, String, String, CustomIpPrefix, CancellationToken)

Crée ou met à jour un préfixe IP personnalisé.

BeginDelete(ICustomIPPrefixesOperations, String, String)

Supprime le préfixe IP personnalisé spécifié.

BeginDeleteAsync(ICustomIPPrefixesOperations, String, String, CancellationToken)

Supprime le préfixe IP personnalisé spécifié.

CreateOrUpdate(ICustomIPPrefixesOperations, String, String, CustomIpPrefix)

Crée ou met à jour un préfixe IP personnalisé.

CreateOrUpdateAsync(ICustomIPPrefixesOperations, String, String, CustomIpPrefix, CancellationToken)

Crée ou met à jour un préfixe IP personnalisé.

Delete(ICustomIPPrefixesOperations, String, String)

Supprime le préfixe IP personnalisé spécifié.

DeleteAsync(ICustomIPPrefixesOperations, String, String, CancellationToken)

Supprime le préfixe IP personnalisé spécifié.

Get(ICustomIPPrefixesOperations, String, String, String)

Obtient le préfixe IP personnalisé spécifié dans un groupe de ressources spécifié.

GetAsync(ICustomIPPrefixesOperations, String, String, String, CancellationToken)

Obtient le préfixe IP personnalisé spécifié dans un groupe de ressources spécifié.

List(ICustomIPPrefixesOperations, String)

Obtient tous les préfixes IP personnalisés dans un groupe de ressources.

ListAll(ICustomIPPrefixesOperations)

Obtient tous les préfixes IP personnalisés dans un abonnement.

ListAllAsync(ICustomIPPrefixesOperations, CancellationToken)

Obtient tous les préfixes IP personnalisés dans un abonnement.

ListAllNext(ICustomIPPrefixesOperations, String)

Obtient tous les préfixes IP personnalisés dans un abonnement.

ListAllNextAsync(ICustomIPPrefixesOperations, String, CancellationToken)

Obtient tous les préfixes IP personnalisés dans un abonnement.

ListAsync(ICustomIPPrefixesOperations, String, CancellationToken)

Obtient tous les préfixes IP personnalisés dans un groupe de ressources.

ListNext(ICustomIPPrefixesOperations, String)

Obtient tous les préfixes IP personnalisés dans un groupe de ressources.

ListNextAsync(ICustomIPPrefixesOperations, String, CancellationToken)

Obtient tous les préfixes IP personnalisés dans un groupe de ressources.

UpdateTags(ICustomIPPrefixesOperations, String, String, TagsObject)

Mises à jour étiquettes de préfixe IP personnalisées.

UpdateTagsAsync(ICustomIPPrefixesOperations, String, String, TagsObject, CancellationToken)

Mises à jour étiquettes de préfixe IP personnalisées.

S’applique à