你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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