Share via


ContentPathMap Class

Definition

The mapping of content type to a repo path.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ContentPathMapTypeConverter))]
public class ContentPathMap : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IContentPathMap
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ContentPathMapTypeConverter))>]
type ContentPathMap = class
    interface IContentPathMap
    interface IJsonSerializable
Public Class ContentPathMap
Implements IContentPathMap
Inheritance
ContentPathMap
Attributes
Implements

Constructors

ContentPathMap()

Creates an new ContentPathMap instance.

Properties

ContentType

Content type.

Path

The path to the content.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContentPathMap.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContentPathMap.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IContentPathMap.

FromJsonString(String)

Creates a new instance of ContentPathMap, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContentPathMap into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to