DependentResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DependentResource.
public class DependentResource : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Defender.Easm.DependentResource>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Defender.Easm.DependentResource>
type DependentResource = class
interface IJsonModel<DependentResource>
interface IPersistableModel<DependentResource>
Public Class DependentResource
Implements IJsonModel(Of DependentResource), IPersistableModel(Of DependentResource)
- Inheritance
-
DependentResource
- Implements
Properties
Cached |
Gets the cached. |
ContentType |
Gets the content type. |
Count |
Gets the count. |
FirstSeen |
Gets the first seen. |
FirstSeenCrawlGuid |
Gets the first seen crawl guid. |
FirstSeenPageGuid |
Gets the first seen page guid. |
FirstSeenResourceGuid |
Gets the first seen resource guid. |
Host |
Gets the host. |
LastObservedActualSriHash |
Gets the last observed actual sri hash. |
LastObservedExpectedSriHash |
Gets the last observed expected sri hash. |
LastObservedValidation |
Gets the last observed validation. |
LastObservedViolation |
Gets the last observed violation. |
LastSeen |
Gets the last seen. |
LastSeenCrawlGuid |
Gets the last seen crawl guid. |
LastSeenPageGuid |
Gets the last seen page guid. |
LastSeenResourceGuid |
Gets the last seen resource guid. |
Md5 |
Gets the md 5. |
ResponseBodyMinhash |
Gets the response body minhash. |
ResponseBodySize |
Gets the response body size. |
Sha256 |
Gets the sha 256. |
Sha384 |
Gets the sha 384. |
Sha512 |
Gets the sha 512. |
SriChecks |
Gets the sri checks. |
Url |
Gets the url. |
Explicit Interface Implementations
IJsonModel<DependentResource>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DependentResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DependentResource>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DependentResource>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DependentResource>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET