次の方法で共有


ValidateSecretOutput Class

Definition

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()

Applies to