ValidationToken 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.
The validation token.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ValidationTokenTypeConverter))]
public class ValidationToken : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IValidationToken
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ValidationTokenTypeConverter))>]
type ValidationToken = class
interface IValidationToken
interface IJsonSerializable
Public Class ValidationToken
Implements IValidationToken
- Inheritance
-
ValidationToken
- Attributes
- Implements
Constructors
ValidationToken() |
Creates an new ValidationToken instance. |
Properties
Token |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ValidationToken. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ValidationToken. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IValidationToken. |
FromJsonString(String) |
Creates a new instance of ValidationToken, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ValidationToken into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |