C# 클래스 Microsoft.Azure.Insights.Legacy.TableOperationContextLogger

The Table operation context logger.
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
TableOperationContextLogger ( string accountName, string resourceUri, string operationName ) : System

Initializes a new instance of the TableOperationContextLogger class.

TableOperationContextLogger ( string accountName, string resourceUri, string operationName, string requestId ) : System

Initializes a new instance of the TableOperationContextLogger class.

비공개 메소드들

메소드 설명
LogTableStorageOperationCompletedInvoking ( string tableUri, string result, long durationInMilliseconds, string httpStatusCode = default(string), string serviceRequestId = default(string), long contentLength = default(long), string storageAccountName = default(string) ) : void
LogTableStorageOperationError ( string tableUri, string exception, string httpStatusCode = default(string), string serviceRequestId = default(string), string errorCode = default(string), string errorMessage = default(string), long contentLength = default(long), string storageAccountName = default(string) ) : void
LogTableStorageOperationInvoking ( string tableUri, long contentLength = default(long), string storageAccountName = default(string) ) : void
OperationContextResponseReceived ( object sender, Microsoft.WindowsAzure.Storage.RequestEventArgs e ) : void
OperationContextSendingRequest ( object sender, Microsoft.WindowsAzure.Storage.RequestEventArgs e ) : void

메소드 상세

TableOperationContextLogger() 공개 메소드

Initializes a new instance of the TableOperationContextLogger class.
public TableOperationContextLogger ( string accountName, string resourceUri, string operationName ) : System
accountName string The storage account name.
resourceUri string The resource URI.
operationName string Name of the operation.
리턴 System

TableOperationContextLogger() 공개 메소드

Initializes a new instance of the TableOperationContextLogger class.
public TableOperationContextLogger ( string accountName, string resourceUri, string operationName, string requestId ) : System
accountName string The storage account name.
resourceUri string The resource URI.
operationName string Name of the operation.
requestId string The request id.
리턴 System