IWithAttachForApplicationStorage<ParentT> 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
웹앱 진단 로그 정의의 마지막 단계와 Storage Blob에 저장된 애플리케이션 로그에 대한 추가 설정입니다. 이 단계에서는 나머지 선택적 설정을 지정하거나 WithAttach.attach()를 사용하여 웹앱 진단 로그 정의를 부모 웹앱 정의에 연결할 수 있습니다.
public interface IWithAttachForApplicationStorage<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 IWithAttachForApplicationStorage<'ParentT> = interface
interface IWithAttach<'ParentT>
interface IInDefinition<'ParentT>
interface IWithDetailedErrorMessages<'ParentT>
interface IWithFailedRequestTracing<'ParentT>
interface IWithRetentionDays<'ParentT>
Public Interface IWithAttachForApplicationStorage(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithDetailedErrorMessages(Of ParentT), IWithFailedRequestTracing(Of ParentT), IWithRetentionDays(Of ParentT)
형식 매개 변수
- ParentT
WithAttach.attach()의 반환 형식입니다.
- 파생
- 구현
메서드
Attach() |
웹앱 진단 로그 정의의 마지막 단계와 Storage Blob에 저장된 애플리케이션 로그에 대한 추가 설정입니다. 이 단계에서는 나머지 선택적 설정을 지정하거나 WithAttach.attach()를 사용하여 웹앱 진단 로그 정의를 부모 웹앱 정의에 연결할 수 있습니다. (다음에서 상속됨 IInDefinition<ParentT>) |
WithDetailedErrorMessages(Boolean) |
자세한 오류 메시지를 웹앱에서 수집해야 하는지를 지정합니다. (다음에서 상속됨 IWithDetailedErrorMessages<ParentT>) |
WithFailedRequestTracing(Boolean) |
실패한 요청에 대한 진단 정보를 수집해야 하는지를 지정합니다. (다음에서 상속됨 IWithFailedRequestTracing<ParentT>) |
WithLogRetentionDays(Int32) |
유지할 로그의 최대 일 수를 지정합니다. 이보다 오래된 로그는 삭제됩니다. (다음에서 상속됨 IWithRetentionDays<ParentT>) |
WithUnlimitedLogRetentionDays() |
특정 시간 이후 로그가 삭제되지 않도록 지정합니다. (다음에서 상속됨 IWithRetentionDays<ParentT>) |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET