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