SecondaryConsentEnabled Class

Definition

This property indicates whether secondary consent is present for problem classification.

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

Properties

Description

User consent description.

SecondaryConsentEnabledType

The Azure service for which secondary consent is needed for case creation.

Explicit Interface Implementations

IJsonModel<SecondaryConsentEnabled>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecondaryConsentEnabled>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecondaryConsentEnabled>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecondaryConsentEnabled>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecondaryConsentEnabled>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to