IPacketCaptures インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パケットへのエントリ ポイントは、Azure の管理 API をキャプチャします。
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)
- 実装
プロパティ
Inner |
パケットへのエントリ ポイントは、Azure の管理 API をキャプチャします。 (継承元 IHasInner<T>) |
メソッド
Define(String) |
パケットへのエントリ ポイントは、Azure の管理 API をキャプチャします。 (継承元 ISupportsCreating<T>) |
DeleteByName(String) |
Azure からリソースを削除し、リソース名で識別します。 (継承元 ISupportsDeletingByName) |
DeleteByNameAsync(String, CancellationToken) |
リソースを Azure から非同期的に削除し、リソース名で識別します。 (継承元 ISupportsDeletingByName) |
GetByName(String) |
現在のリソース グループ内のリソース名に基づいて、Azure からリソースに関する情報を取得します。 (継承元 ISupportsGettingByName<T>) |
GetByNameAsync(String, CancellationToken) |
現在のリソース グループ内のリソース名に基づいて、Azure からリソースに関する情報を取得します。 (継承元 ISupportsGettingByName<T>) |
List() |
現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。 (継承元 ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。 (継承元 ISupportsListing<T>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET