Class AzureTelemetry.Context
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.telemetry.AzureTelemetry.Context
-
- All Implemented Interfaces:
IAzureOperation.IContext
- Enclosing class:
- AzureTelemetry
public static class AzureTelemetry.Context extends Object implements IAzureOperation.IContext
-
-
Field Summary
Fields Modifier and Type Field Description private IAzureOperationoperationprivate Map<String,String>properties
-
Constructor Summary
Constructors Constructor Description Context()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProperty(String key)voidsetCreateAt(java.time.Instant createAt)voidsetEnterAt(java.time.Instant enterAt)voidsetExitAt(java.time.Instant exitAt)voidsetProperties(Map<String,String> properties)voidsetProperty(String key, String val)
-
-
-
Field Detail
-
operation
@Nullable private final IAzureOperation operation
-
-