ValidateResult 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 result for a Linker.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ValidateResultTypeConverter))]
public class ValidateResult : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IValidateResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ValidateResultTypeConverter))>]
type ValidateResult = class
interface IValidateResult
interface IJsonSerializable
Public Class ValidateResult
Implements IValidateResult
- Inheritance
-
ValidateResult
- Attributes
- Implements
Constructors
ValidateResult() |
Creates an new ValidateResult instance. |
Properties
AuthType |
The authentication type. |
IsConnectionAvailable |
A boolean value indicating whether the connection is available or not |
LinkerName |
The linker name. |
ReportEndTimeUtc |
The end time of the validation report. |
ReportStartTimeUtc |
The start time of the validation report. |
SourceId |
The resource id of the Linker source application. |
TargetId |
The resource Id of target service. |
ValidationDetail |
The detail of validation result |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ValidateResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ValidateResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IValidateResult. |
FromJsonString(String) |
Creates a new instance of ValidateResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ValidateResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |