次の方法で共有


ValidateProbeOutput Class

Definition

Output of the validate probe API.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ValidateProbeOutputTypeConverter))]
public class ValidateProbeOutput : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IValidateProbeOutput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ValidateProbeOutputTypeConverter))>]
type ValidateProbeOutput = class
    interface IValidateProbeOutput
    interface IJsonSerializable
Public Class ValidateProbeOutput
Implements IValidateProbeOutput
Inheritance
ValidateProbeOutput
Attributes
Implements

Constructors

ValidateProbeOutput()

Creates an new ValidateProbeOutput instance.

Properties

ErrorCode

Specifies the error code when the probe url is not accepted.

IsValid

Indicates whether the probe URL is accepted or not.

Message

The detailed error message describing why the probe URL is not accepted.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ValidateProbeOutput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ValidateProbeOutput.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IValidateProbeOutput.

FromJsonString(String)

Creates a new instance of ValidateProbeOutput, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ValidateProbeOutput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to