Share via


IValidateResult Interface

Definition

[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)

Applies to