IValidateResult Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ValidateResultTypeConverter))]
public interface IValidateResult : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ValidateResultTypeConverter))>]
type IValidateResult = interface
interface IJsonSerializable
Public Interface IValidateResult
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |