DataSourceTestConnectionResponse Class

 

The test result of the input or output data source.

Namespace:   Microsoft.Azure.Management.StreamAnalytics.Models
Assembly:  Microsoft.Azure.Management.StreamAnalytics (in Microsoft.Azure.Management.StreamAnalytics.dll)

Inheritance Hierarchy

System.Object
  Hyak.Common.HttpOperationResponse
    Microsoft.Azure.AzureOperationResponse
      Microsoft.Azure.Management.StreamAnalytics.Models.LongRunningOperationResponse
        Microsoft.Azure.Management.StreamAnalytics.Models.DataSourceTestConnectionResponse

Syntax

public class DataSourceTestConnectionResponse : LongRunningOperationResponse
public ref class DataSourceTestConnectionResponse : LongRunningOperationResponse
type DataSourceTestConnectionResponse = 
    class
        inherit LongRunningOperationResponse
    end
Public Class DataSourceTestConnectionResponse
    Inherits LongRunningOperationResponse

Constructors

Name Description
System_CAPS_pubmethod DataSourceTestConnectionResponse()

Initializes a new instance of the DataSourceTestConnectionResponse class.

System_CAPS_pubmethod DataSourceTestConnectionResponse(String)

Initializes a new instance of the DataSourceTestConnectionResponse class with required arguments.

Properties

Name Description
System_CAPS_pubproperty DataSourceTestStatus

Required. Gets the test status.

System_CAPS_pubproperty Date

Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. (Inherited from LongRunningOperationResponse.)

System_CAPS_pubproperty Error

Optional. Gets the error response.

System_CAPS_pubproperty OperationStatusLink

Optional. (Inherited from LongRunningOperationResponse.)

System_CAPS_pubproperty RequestId

(Inherited from AzureOperationResponse.)

System_CAPS_pubproperty RetryAfter

Optional. (Inherited from LongRunningOperationResponse.)

System_CAPS_pubproperty Status

Optional. (Inherited from LongRunningOperationResponse.)

System_CAPS_pubproperty StatusCode

(Inherited from HttpOperationResponse.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Management.StreamAnalytics.Models Namespace

Return to top