ConnectionTypeListResponse Class

Definition

The response model for the list connection type operation.

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

Constructors

ConnectionTypeListResponse()

Initializes a new instance of the ConnectionTypeListResponse class.

Properties

ConnectionTypes

Optional. Gets or sets a list of connection types.

NextLink

Optional. Gets or sets the next link.

(Inherited from OperationResponseWithSkipToken)
SkipToken

Optional. Gets or sets the skip token.

(Inherited from OperationResponseWithSkipToken)

Applies to