Freigeben über


IIpAllocationsOperations Schnittstelle

Definition

IpAllocationsOperations-Vorgänge.

public interface IIpAllocationsOperations
type IIpAllocationsOperations = interface
Public Interface IIpAllocationsOperations

Methoden

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

Erstellt oder aktualisiert eine IpAllocation in der angegebenen Ressourcengruppe.

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

Löscht die angegebene IpAllocation.

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

Erstellt oder aktualisiert eine IpAllocation in der angegebenen Ressourcengruppe.

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

Löscht die angegebene IpAllocation.

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

Ruft die angegebene IpAllocation nach Ressourcengruppe ab.

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

Ruft alle IpAllocations in einer Ressourcengruppe ab.

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

Ruft alle IpAllocations in einer Ressourcengruppe ab.

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

Ruft alle IpAllocations in einem Abonnement ab.

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

Ruft alle IpAllocations in einem Abonnement ab.

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

Updates ipAllocation-Tags.

Erweiterungsmethoden

BeginCreateOrUpdate(IIpAllocationsOperations, String, String, IpAllocation)

Erstellt oder aktualisiert eine IpAllocation in der angegebenen Ressourcengruppe.

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

Erstellt oder aktualisiert eine IpAllocation in der angegebenen Ressourcengruppe.

BeginDelete(IIpAllocationsOperations, String, String)

Löscht die angegebene IpAllocation.

BeginDeleteAsync(IIpAllocationsOperations, String, String, CancellationToken)

Löscht die angegebene IpAllocation.

CreateOrUpdate(IIpAllocationsOperations, String, String, IpAllocation)

Erstellt oder aktualisiert eine IpAllocation in der angegebenen Ressourcengruppe.

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

Erstellt oder aktualisiert eine IpAllocation in der angegebenen Ressourcengruppe.

Delete(IIpAllocationsOperations, String, String)

Löscht die angegebene IpAllocation.

DeleteAsync(IIpAllocationsOperations, String, String, CancellationToken)

Löscht die angegebene IpAllocation.

Get(IIpAllocationsOperations, String, String, String)

Ruft die angegebene IpAllocation nach Ressourcengruppe ab.

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

Ruft die angegebene IpAllocation nach Ressourcengruppe ab.

List(IIpAllocationsOperations)

Ruft alle IpAllocations in einem Abonnement ab.

ListAsync(IIpAllocationsOperations, CancellationToken)

Ruft alle IpAllocations in einem Abonnement ab.

ListByResourceGroup(IIpAllocationsOperations, String)

Ruft alle IpAllocations in einer Ressourcengruppe ab.

ListByResourceGroupAsync(IIpAllocationsOperations, String, CancellationToken)

Ruft alle IpAllocations in einer Ressourcengruppe ab.

ListByResourceGroupNext(IIpAllocationsOperations, String)

Ruft alle IpAllocations in einer Ressourcengruppe ab.

ListByResourceGroupNextAsync(IIpAllocationsOperations, String, CancellationToken)

Ruft alle IpAllocations in einer Ressourcengruppe ab.

ListNext(IIpAllocationsOperations, String)

Ruft alle IpAllocations in einem Abonnement ab.

ListNextAsync(IIpAllocationsOperations, String, CancellationToken)

Ruft alle IpAllocations in einem Abonnement ab.

UpdateTags(IIpAllocationsOperations, String, String, TagsObject)

Updates ipAllocation-Tags.

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

Updates ipAllocation-Tags.

Gilt für: