RedactionType Struct

Definition

Value indicating the PII redaction type to be used.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Communication.CallAutomation.EquatableEnumJsonConverter<Azure.Communication.CallAutomation.RedactionType>))]
public readonly struct RedactionType : IEquatable<Azure.Communication.CallAutomation.RedactionType>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Communication.CallAutomation.EquatableEnumJsonConverter<Azure.Communication.CallAutomation.RedactionType>))>]
type RedactionType = struct
Public Structure RedactionType
Implements IEquatable(Of RedactionType)
Inheritance
RedactionType
Attributes
Implements

Constructors

Name Description
RedactionType(String)

Initializes a new instance of RedactionType.

Properties

Name Description
MaskWithCharacter

maskWithCharacter.

Methods

Name Description
Equals(RedactionType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(RedactionType, RedactionType)

Determines if two RedactionType values are the same.

Implicit(String to RedactionType)

Converts a String to a RedactionType.

Inequality(RedactionType, RedactionType)

Determines if two RedactionType values are not the same.

Applies to