다음을 통해 공유


AzureBlobStorageApplicationLogsConfig 클래스

애플리케이션은 Azure Blob Storage 구성을 기록합니다.

상속
azure.mgmt.web._serialization.Model
AzureBlobStorageApplicationLogsConfig

생성자

AzureBlobStorageApplicationLogsConfig(*, level: str | _models.LogLevel | None = None, sas_url: str | None = None, retention_in_days: int | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
level
str 또는 LogLevel

로그 수준. 알려진 값은 "Off", "Verbose", "Information", "Warning" 및 "Error"입니다.

sas_url
str

읽기/쓰기/목록/삭제 권한이 있는 Azure Blob 컨테이너에 대한 SAS URL입니다.

retention_in_days
int

보존 기간(일)입니다. X일보다 오래된 Blob을 제거합니다. 0 이하는 보존이 없음을 의미합니다.

변수

Name Description
level
str 또는 LogLevel

로그 수준. 알려진 값은 "Off", "Verbose", "Information", "Warning" 및 "Error"입니다.

sas_url
str

읽기/쓰기/목록/삭제 권한이 있는 Azure Blob 컨테이너에 대한 SAS URL입니다.

retention_in_days
int

보존 기간(일)입니다. X일보다 오래된 Blob을 제거합니다. 0 이하는 보존이 없음을 의미합니다.