Freigeben über


IPublicIPPrefixesOperations Schnittstelle

Definition

PublicIPPrefixesOperations-Vorgänge.

public interface IPublicIPPrefixesOperations
type IPublicIPPrefixesOperations = interface
Public Interface IPublicIPPrefixesOperations

Methoden

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

Erstellt oder aktualisiert ein statisches oder dynamisches öffentliches IP-Präfix.

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

Löscht das angegebene öffentliche IP-Präfix.

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

Erstellt oder aktualisiert ein statisches oder dynamisches öffentliches IP-Präfix.

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

Löscht das angegebene öffentliche IP-Präfix.

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

Ruft das angegebene öffentliche IP-Präfix in einer angegebenen Ressourcengruppe ab.

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

Ruft alle öffentlichen IP-Präfixe in einem Abonnement ab.

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

Ruft alle öffentlichen IP-Präfixe in einem Abonnement ab.

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

Ruft alle öffentlichen IP-Präfixe in einer Ressourcengruppe ab.

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

Ruft alle öffentlichen IP-Präfixe in einer Ressourcengruppe ab.

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

Updates öffentliche IP-Präfixtags.

Erweiterungsmethoden

BeginCreateOrUpdate(IPublicIPPrefixesOperations, String, String, PublicIPPrefix)

Erstellt oder aktualisiert ein statisches oder dynamisches öffentliches IP-Präfix.

BeginCreateOrUpdateAsync(IPublicIPPrefixesOperations, String, String, PublicIPPrefix, CancellationToken)

Erstellt oder aktualisiert ein statisches oder dynamisches öffentliches IP-Präfix.

BeginDelete(IPublicIPPrefixesOperations, String, String)

Löscht das angegebene öffentliche IP-Präfix.

BeginDeleteAsync(IPublicIPPrefixesOperations, String, String, CancellationToken)

Löscht das angegebene öffentliche IP-Präfix.

CreateOrUpdate(IPublicIPPrefixesOperations, String, String, PublicIPPrefix)

Erstellt oder aktualisiert ein statisches oder dynamisches öffentliches IP-Präfix.

CreateOrUpdateAsync(IPublicIPPrefixesOperations, String, String, PublicIPPrefix, CancellationToken)

Erstellt oder aktualisiert ein statisches oder dynamisches öffentliches IP-Präfix.

Delete(IPublicIPPrefixesOperations, String, String)

Löscht das angegebene öffentliche IP-Präfix.

DeleteAsync(IPublicIPPrefixesOperations, String, String, CancellationToken)

Löscht das angegebene öffentliche IP-Präfix.

Get(IPublicIPPrefixesOperations, String, String, String)

Ruft das angegebene öffentliche IP-Präfix in einer angegebenen Ressourcengruppe ab.

GetAsync(IPublicIPPrefixesOperations, String, String, String, CancellationToken)

Ruft das angegebene öffentliche IP-Präfix in einer angegebenen Ressourcengruppe ab.

List(IPublicIPPrefixesOperations, String)

Ruft alle öffentlichen IP-Präfixe in einer Ressourcengruppe ab.

ListAll(IPublicIPPrefixesOperations)

Ruft alle öffentlichen IP-Präfixe in einem Abonnement ab.

ListAllAsync(IPublicIPPrefixesOperations, CancellationToken)

Ruft alle öffentlichen IP-Präfixe in einem Abonnement ab.

ListAllNext(IPublicIPPrefixesOperations, String)

Ruft alle öffentlichen IP-Präfixe in einem Abonnement ab.

ListAllNextAsync(IPublicIPPrefixesOperations, String, CancellationToken)

Ruft alle öffentlichen IP-Präfixe in einem Abonnement ab.

ListAsync(IPublicIPPrefixesOperations, String, CancellationToken)

Ruft alle öffentlichen IP-Präfixe in einer Ressourcengruppe ab.

ListNext(IPublicIPPrefixesOperations, String)

Ruft alle öffentlichen IP-Präfixe in einer Ressourcengruppe ab.

ListNextAsync(IPublicIPPrefixesOperations, String, CancellationToken)

Ruft alle öffentlichen IP-Präfixe in einer Ressourcengruppe ab.

UpdateTags(IPublicIPPrefixesOperations, String, String, TagsObject)

Updates öffentliche IP-Präfixtags.

UpdateTagsAsync(IPublicIPPrefixesOperations, String, String, TagsObject, CancellationToken)

Updates öffentliche IP-Präfixtags.

Gilt für: