VerificationParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Input parameter for verification APIs
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.VerificationParameterTypeConverter))]
public class VerificationParameter : Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.VerificationParameterTypeConverter))>]
type VerificationParameter = class
interface IVerificationParameter
interface IJsonSerializable
Public Class VerificationParameter
Implements IVerificationParameter
- Inheritance
-
VerificationParameter
- Attributes
- Implements
Constructors
VerificationParameter() |
Creates an new VerificationParameter instance. |
Properties
VerificationType |
Type of verification. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VerificationParameter. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VerificationParameter. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IVerificationParameter. |
FromJsonString(String) |
Creates a new instance of VerificationParameter, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VerificationParameter into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |