Freigeben über


IPublicIPPrefixesOperations Schnittstelle

Definition

PublicIPPrefixesOperations-Vorgänge.

public interface IPublicIPPrefixesOperations
type IPublicIPPrefixesOperations = interface
Public Interface IPublicIPPrefixesOperations

Methoden

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

Erstellt oder aktualisiert ein statisches oder dynamisches präfix für öffentliche IP-Adressen.

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

Löscht das angegebene Präfix für öffentliche IP-Adressen.

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

Erstellt oder aktualisiert ein statisches oder dynamisches präfix für öffentliche IP-Adressen.

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

Löscht das angegebene Präfix für öffentliche IP-Adressen.

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

Ruft das angegebene präfix für öffentliche IP-Adressen 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, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Updates tags für öffentliche IP-Präfixe.

Erweiterungsmethoden

BeginCreateOrUpdateAsync(IPublicIPPrefixesOperations, String, String, PublicIPPrefixInner, CancellationToken)

Erstellt oder aktualisiert ein statisches oder dynamisches präfix für öffentliche IP-Adressen.

BeginDeleteAsync(IPublicIPPrefixesOperations, String, String, CancellationToken)

Löscht das angegebene Präfix für öffentliche IP-Adressen.

CreateOrUpdateAsync(IPublicIPPrefixesOperations, String, String, PublicIPPrefixInner, CancellationToken)

Erstellt oder aktualisiert ein statisches oder dynamisches präfix für öffentliche IP-Adressen.

DeleteAsync(IPublicIPPrefixesOperations, String, String, CancellationToken)

Löscht das angegebene Präfix für öffentliche IP-Adressen.

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

Ruft das angegebene präfix für öffentliche IP-Adressen in einer angegebenen Ressourcengruppe ab.

ListAllAsync(IPublicIPPrefixesOperations, CancellationToken)

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.

ListNextAsync(IPublicIPPrefixesOperations, String, CancellationToken)

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

UpdateTagsAsync(IPublicIPPrefixesOperations, String, String, IDictionary<String,String>, CancellationToken)

Updates tags für öffentliche IP-Präfixe.

Gilt für: