Share via


IMetadataDependencies Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MetadataDependenciesTypeConverter))]
public interface IMetadataDependencies : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MetadataDependenciesTypeConverter))>]
type IMetadataDependencies = interface
    interface IJsonSerializable
Public Interface IMetadataDependencies
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ContentId

Id of the content item we depend on

Criterion

This is the list of dependencies we must fulfill, according to the AND/OR operator

Kind

Type of the content item we depend on

Name

Name of the content item

Operator

Operator used for list of dependencies in criteria array.

Version

Version of the the content item we depend on. Can be blank, * or missing to indicate any version fulfills the dependency. If version does not match our defined numeric format then an exact match is required.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to