IPacketCaptures Schnittstelle

Definition

Einstiegspunkt zur Paketerfassungsverwaltungs-API in Azure.

public interface IPacketCaptures : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Network.Fluent.PacketCapture.Definition.IWithTarget>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.Network.Fluent.IPacketCapture>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByNameAsync<Microsoft.Azure.Management.Network.Fluent.IPacketCapture>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Network.Fluent.IPacketCapture>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.IPacketCapturesOperations>
type IPacketCaptures = interface
    interface IBeta
    interface ISupportsCreating<IWithTarget>
    interface ISupportsListing<IPacketCapture>
    interface ISupportsGettingByNameAsync<IPacketCapture>
    interface ISupportsGettingByName<IPacketCapture>
    interface ISupportsDeletingByName
    interface IHasInner<IPacketCapturesOperations>
Public Interface IPacketCaptures
Implements IBeta, IHasInner(Of IPacketCapturesOperations), ISupportsCreating(Of IWithTarget), ISupportsDeletingByName, ISupportsGettingByName(Of IPacketCapture), ISupportsGettingByNameAsync(Of IPacketCapture), ISupportsListing(Of IPacketCapture)
Implementiert

Eigenschaften

Inner

Einstiegspunkt zur Paketerfassungsverwaltungs-API in Azure.

(Geerbt von IHasInner<T>)

Methoden

Define(String)

Einstiegspunkt zur Paketerfassungsverwaltungs-API in Azure.

(Geerbt von ISupportsCreating<T>)
DeleteByName(String)

Löscht eine Ressource aus Azure und identifiziert sie anhand ihres Ressourcennamens.

(Geerbt von ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

Löscht eine Ressource asynchron aus Azure und identifiziert sie anhand ihres Ressourcennamens.

(Geerbt von ISupportsDeletingByName)
GetByName(String)

Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen innerhalb der aktuellen Ressourcengruppe ab.

(Geerbt von ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Ruft die Informationen zu einer Ressource aus Azure basierend auf dem Ressourcennamen innerhalb der aktuellen Ressourcengruppe ab.

(Geerbt von ISupportsGettingByName<T>)
List()

Listet alle Ressourcen des angegebenen Typs im aktuell ausgewählten Abonnement auf.

(Geerbt von ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Listet alle Ressourcen des angegebenen Typs im aktuell ausgewählten Abonnement auf.

(Geerbt von ISupportsListing<T>)

Gilt für: