IValidateOperationResult 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.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) |