Condividi tramite


IValidateOperationResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ValidateOperationResultTypeConverter))]
public interface IValidateOperationResult : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.ValidateOperationResultTypeConverter))>]
type IValidateOperationResult = interface
    interface IJsonSerializable
Public Interface IValidateOperationResult
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.

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to