IWithAttachForWebServerStorage<ParentT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Web アプリ診断ログ定義の最終段階に加えて、ストレージ BLOB に格納されている Web サーバー ログの追加設定。 この段階では、残りの任意の設定を指定することも、Web アプリ診断ログ定義を WithAttach.attach() を使用して親 Web アプリ定義にアタッチすることもできます。
public interface IWithAttachForWebServerStorage<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithDetailedErrorMessages<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithFailedRequestTracing<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithRetentionDays<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttachForWebServerStorage<'ParentT> = interface
interface IWithAttach<'ParentT>
interface IInDefinition<'ParentT>
interface IWithDetailedErrorMessages<'ParentT>
interface IWithFailedRequestTracing<'ParentT>
interface IWithRetentionDays<'ParentT>
Public Interface IWithAttachForWebServerStorage(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithDetailedErrorMessages(Of ParentT), IWithFailedRequestTracing(Of ParentT), IWithRetentionDays(Of ParentT)
型パラメーター
- ParentT
WithAttach.attach() の戻り値の型。
- 派生
- 実装
メソッド
Attach() |
Web アプリ診断ログ定義の最終段階に加えて、ストレージ BLOB に格納されている Web サーバー ログの追加設定。 この段階では、残りの任意の設定を指定することも、Web アプリ診断ログ定義を WithAttach.attach() を使用して親 Web アプリ定義にアタッチすることもできます。 (継承元 IInDefinition<ParentT>) |
WithDetailedErrorMessages(Boolean) |
詳細なエラー メッセージを Web アプリから収集するかどうかを指定します。 (継承元 IWithDetailedErrorMessages<ParentT>) |
WithFailedRequestTracing(Boolean) |
失敗した要求に関する診断情報を収集するかどうかを指定します。 (継承元 IWithFailedRequestTracing<ParentT>) |
WithLogRetentionDays(Int32) |
保持するログの最大日数を指定します。 これより古いログは削除されます。 (継承元 IWithRetentionDays<ParentT>) |
WithUnlimitedLogRetentionDays() |
特定の時間を超えてログを削除しないことを指定します。 (継承元 IWithRetentionDays<ParentT>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET