Interface ValidateOperationResult


  • public interface ValidateOperationResult
    An immutable client-side representation of ValidateOperationResult.
    • Method Detail

      • resourceId

        String resourceId()
        Gets the resourceId property: Validated linker id.
        Returns:
        the resourceId value.
      • status

        String status()
        Gets the status property: Validation operation status.
        Returns:
        the status value.
      • linkerName

        String linkerName()
        Gets the linkerName property: The linker name.
        Returns:
        the linkerName value.
      • isConnectionAvailable

        Boolean isConnectionAvailable()
        Gets the isConnectionAvailable property: A boolean value indicating whether the connection is available or not.
        Returns:
        the isConnectionAvailable value.
      • reportStartTimeUtc

        OffsetDateTime reportStartTimeUtc()
        Gets the reportStartTimeUtc property: The start time of the validation report.
        Returns:
        the reportStartTimeUtc value.
      • reportEndTimeUtc

        OffsetDateTime reportEndTimeUtc()
        Gets the reportEndTimeUtc property: The end time of the validation report.
        Returns:
        the reportEndTimeUtc value.
      • sourceId

        String sourceId()
        Gets the sourceId property: The resource id of the linker source application.
        Returns:
        the sourceId value.
      • targetId

        String targetId()
        Gets the targetId property: The resource Id of target service.
        Returns:
        the targetId value.
      • authType

        AuthType authType()
        Gets the authType property: The authentication type.
        Returns:
        the authType value.
      • validationDetail

        List<ValidationResultItem> validationDetail()
        Gets the validationDetail property: The detail of validation result.
        Returns:
        the validationDetail value.
      • innerModel

        ValidateOperationResultInner innerModel()
        Gets the inner com.azure.resourcemanager.servicelinker.fluent.models.ValidateOperationResultInner object.
        Returns:
        the inner object.