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