MetadataSupport 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.
Support information for the content item.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MetadataSupportTypeConverter))]
public class MetadataSupport : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMetadataSupport
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MetadataSupportTypeConverter))>]
type MetadataSupport = class
interface IMetadataSupport
interface IJsonSerializable
Public Class MetadataSupport
Implements IMetadataSupport
- Inheritance
-
MetadataSupport
- Attributes
- Implements
Constructors
MetadataSupport() |
Creates an new MetadataSupport instance. |
Properties
Email of support contact |
|
Link |
Link for support help, like to support page to open a ticket etc. |
Name |
Name of the support contact. Company or person. |
Tier |
Type of support for content item |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MetadataSupport. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MetadataSupport. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMetadataSupport. |
FromJsonString(String) |
Creates a new instance of MetadataSupport, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MetadataSupport into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |