Share via


SecondaryConsentEnabled Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.SecondaryConsentEnabledTypeConverter))]
public class SecondaryConsentEnabled : Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ISecondaryConsentEnabled
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.SecondaryConsentEnabledTypeConverter))>]
type SecondaryConsentEnabled = class
    interface ISecondaryConsentEnabled
    interface IJsonSerializable
Public Class SecondaryConsentEnabled
Implements ISecondaryConsentEnabled
Inheritance
SecondaryConsentEnabled
Attributes
Implements

Constructors

SecondaryConsentEnabled()

Creates an new SecondaryConsentEnabled instance.

Properties

Description

User consent description.

Type

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SecondaryConsentEnabled.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SecondaryConsentEnabled.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ISecondaryConsentEnabled.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SecondaryConsentEnabled into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to