Method | Description | |
---|---|---|
Initialize ( ITelemetry telemetry ) : void |
If telemetry item is http dependency - converts it to the well-known type of the dependency.
|
Method | Description | |
---|---|---|
TryParseAzureBlob ( string host, string name, string url, string &account, string &verb, string &container ) : bool | ||
TryParseAzureQueue ( string host, string name, string url, string &account, string &verb, string &queueName ) : bool | ||
TryParseAzureTable ( string host, string name, string url, string &account, string &verb, string &tableName ) : bool |
public Initialize ( ITelemetry telemetry ) : void | ||
telemetry | ITelemetry | Telemetry item to convert. |
return | void |