DiagnosticsStorageAccountConfig interface
Service Fabric 진단 로그를 저장하기 위한 스토리지 계정 정보입니다.
속성
blob |
Azure Storage 계정의 Blob 엔드포인트입니다. |
protected |
보호된 진단 스토리지 키 이름입니다. |
protected |
보조 보호된 진단 스토리지 키 이름입니다. 스토리지 계정 키 중 하나가 회전되면 클러스터는 다른 키를 사용하는 것으로 대체됩니다. |
queue |
Azure Storage 계정의 큐 엔드포인트입니다. |
storage |
Azure 스토리지 계정 이름. |
table |
Azure Storage 계정의 테이블 엔드포인트입니다. |
속성 세부 정보
blobEndpoint
Azure Storage 계정의 Blob 엔드포인트입니다.
blobEndpoint: string
속성 값
string
protectedAccountKeyName
보호된 진단 스토리지 키 이름입니다.
protectedAccountKeyName: string
속성 값
string
protectedAccountKeyName2
보조 보호된 진단 스토리지 키 이름입니다. 스토리지 계정 키 중 하나가 회전되면 클러스터는 다른 키를 사용하는 것으로 대체됩니다.
protectedAccountKeyName2?: string
속성 값
string
queueEndpoint
Azure Storage 계정의 큐 엔드포인트입니다.
queueEndpoint: string
속성 값
string
storageAccountName
Azure 스토리지 계정 이름.
storageAccountName: string
속성 값
string
tableEndpoint
Azure Storage 계정의 테이블 엔드포인트입니다.
tableEndpoint: string
속성 값
string