IBlank<ParentT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Web アプリの更新の一部としての Web アプリ診断ログの更新の最初の段階。
public interface IBlank<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithDiagnosticLogging<ParentT>
type IBlank<'ParentT> = interface
interface IWithDiagnosticLogging<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithDiagnosticLogging(Of ParentT)
型パラメーター
- ParentT
最終的な Attachable.attach() の戻り値の型。
- 派生
- 実装
メソッド
WithApplicationLogging() |
Web アプリケーションからのログ記録を有効にします。 (継承元 IWithDiagnosticLogging<ParentT>) |
WithoutApplicationLogging() |
Web アプリケーションからのログ記録を無効にします。 (継承元 IWithDiagnosticLogging<ParentT>) |
WithoutWebServerLogging() |
Web サーバーからのログ記録を無効にします。 (継承元 IWithDiagnosticLogging<ParentT>) |
WithWebServerLogging() |
Web サーバーからのログ記録を有効にします。 (継承元 IWithDiagnosticLogging<ParentT>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET