SecurityInsightsMetadataSupport Class

Definition

Support information for the content item.

public class SecurityInsightsMetadataSupport : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsMetadataSupport>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsMetadataSupport>
type SecurityInsightsMetadataSupport = class
    interface IJsonModel<SecurityInsightsMetadataSupport>
    interface IPersistableModel<SecurityInsightsMetadataSupport>
Public Class SecurityInsightsMetadataSupport
Implements IJsonModel(Of SecurityInsightsMetadataSupport), IPersistableModel(Of SecurityInsightsMetadataSupport)
Inheritance
SecurityInsightsMetadataSupport
Implements

Constructors

SecurityInsightsMetadataSupport(SecurityInsightsSupportTier)

Initializes a new instance of SecurityInsightsMetadataSupport.

Properties

Email

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.

Explicit Interface Implementations

IJsonModel<SecurityInsightsMetadataSupport>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecurityInsightsMetadataSupport>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInsightsMetadataSupport>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsMetadataSupport>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecurityInsightsMetadataSupport>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to