IPacketCaptures Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Point d’entrée de l’API de gestion des captures de paquets dans 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)
- Implémente
Propriétés
Inner |
Point d’entrée de l’API de gestion des captures de paquets dans Azure. (Hérité de IHasInner<T>) |
Méthodes
Define(String) |
Point d’entrée de l’API de gestion des captures de paquets dans Azure. (Hérité de ISupportsCreating<T>) |
DeleteByName(String) |
Supprime une ressource d’Azure, l’identifiant par son nom de ressource. (Hérité de ISupportsDeletingByName) |
DeleteByNameAsync(String, CancellationToken) |
Supprime une ressource de manière asynchrone d’Azure, en l’identifiant par son nom de ressource. (Hérité de ISupportsDeletingByName) |
GetByName(String) |
Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel. (Hérité de ISupportsGettingByName<T>) |
GetByNameAsync(String, CancellationToken) |
Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel. (Hérité de ISupportsGettingByName<T>) |
List() |
Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné. (Hérité de ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné. (Hérité de ISupportsListing<T>) |
S’applique à
Azure SDK for .NET