ValidateOperationResult 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 operation result for a Linker.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ValidateOperationResultTypeConverter))]
public class ValidateOperationResult : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IValidateOperationResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ValidateOperationResultTypeConverter))>]
type ValidateOperationResult = class
interface IValidateOperationResult
interface IJsonSerializable
Public Class ValidateOperationResult
Implements IValidateOperationResult
- Inheritance
-
ValidateOperationResult
- Attributes
- Implements
Constructors
ValidateOperationResult() |
Creates an new ValidateOperationResult 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. |
ResourceId |
Validated Linker id. |
SourceId |
The resource id of the Linker source application. |
Status |
Validation operation status. |
TargetId |
The resource Id of target service. |
ValidationDetail |
The detail of validation result |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ValidateOperationResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ValidateOperationResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IValidateOperationResult. |
FromJsonString(String) |
Creates a new instance of ValidateOperationResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ValidateOperationResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |