IPacketCaptures Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Entry point to packet captures management 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)
- Implements
Properties
Inner | (Inherited from IHasInner<T>) |
Methods
Define(String) | (Inherited from ISupportsCreating<T>) |
DeleteByName(String) |
Deletes a resource from Azure, identifying it by its resource name. (Inherited from ISupportsDeletingByName) |
DeleteByNameAsync(String, CancellationToken) |
Deletes a resource asynchronously from Azure, identifying it by its resource name. (Inherited from ISupportsDeletingByName) |
GetByName(String) |
Gets the information about a resource from Azure based on the resource name within the current resource group. (Inherited from ISupportsGettingByName<T>) |
GetByNameAsync(String, CancellationToken) |
Gets the information about a resource from Azure based on the resource name within the current resource group. (Inherited from ISupportsGettingByName<T>) |
List() |
Lists all the resources of the specified type in the currently selected subscription. (Inherited from ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
Lists all the resources of the specified type in the currently selected subscription. (Inherited from ISupportsListing<T>) |
Applies to
Azure SDK for .NET