Table of Contents

Class DataPolicyManifestEffect

Namespace
Azure.ResourceManager.Resources.Models
Assembly
Azure.ResourceManager.dll

The data effect definition.

public class DataPolicyManifestEffect : IJsonModel<DataPolicyManifestEffect>, IPersistableModel<DataPolicyManifestEffect>
Inheritance
DataPolicyManifestEffect
Implements
IPersistableModel<DataPolicyManifestEffect>
Inherited Members

Properties

DetailsSchema

The data effect details schema.

To assign an object to this property use System.BinaryData.FromObjectAsJson``1(``0,System.Text.Json.JsonSerializerOptions).

To assign an already formatted json string to this property use System.BinaryData.FromString(System.String).

Examples:

  • BinaryData.FromObjectAsJson("foo")Creates a payload of "foo".
  • BinaryData.FromString("\"foo\"")Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" })Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}")Creates a payload of { "key": "value" }.
public BinaryData DetailsSchema { get; }

Property Value

BinaryData

Name

The data effect name.

public string Name { get; }

Property Value

string