API Reference
Class
PassiveCtDiagnosticEntry
Structured passive/public CT provider diagnostic captured alongside inventory snapshots.
Inheritance
- Object
- PassiveCtDiagnosticEntry
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public PassiveCtDiagnosticEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Scope { get; set; } #Gets or sets the scope value.
public String QueryKind { get; set; } #Gets or sets the query kind value.
public String SourceName { get; set; } #Gets or sets the source name value.
public String RequestUrl { get; set; } #Gets or sets the request url value.
public String State { get; set; } #Gets or sets the state value.
public Boolean RetrySuggested { get; set; } #Gets or sets the retry suggested value.
public Nullable<DateTimeOffset> CooldownUntilUtc { get; set; } #Gets or sets the cooldown until utc value.
public Nullable<Int32> RetryAfterSeconds { get; set; } #Gets or sets the retry after seconds value.
public String Failure { get; set; } #Gets or sets the failure value.