Language

DataEffect Class

Definition

The data effect definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.DataEffectTypeConverter))]
public class DataEffect : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IDataEffect
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.DataEffectTypeConverter))>]
type DataEffect = class
    interface IDataEffect
    interface IJsonSerializable
Public Class DataEffect
Implements IDataEffect
Inheritance
DataEffect
Attributes
Implements

Constructors

Name Description
DataEffect()

Creates an new DataEffect instance.

Properties

Name Description
DetailsSchema

The data effect details schema.

Name

The data effect name.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataEffect.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataEffect.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IDataEffect.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataEffect into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to