ConnectionListResponse Class

Definition

The response model for the list connection operation.

public class ConnectionListResponse : Microsoft.WindowsAzure.Management.Automation.Models.OperationResponseWithSkipToken
type ConnectionListResponse = class
    inherit OperationResponseWithSkipToken
Public Class ConnectionListResponse
Inherits OperationResponseWithSkipToken
Inheritance
Microsoft.Azure.AzureOperationResponse
ConnectionListResponse

Constructors

ConnectionListResponse()

Initializes a new instance of the ConnectionListResponse class.

Properties

Connection

Optional. Gets or sets a list of connection.

NextLink

Optional. Gets or sets the next link.

(Inherited from OperationResponseWithSkipToken)
SkipToken

Optional. Gets or sets the skip token.

(Inherited from OperationResponseWithSkipToken)

Applies to