次の方法で共有


ConnectionListResponse クラス

定義

リスト接続操作の応答モデル。

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

コンストラクター

ConnectionListResponse()

ConnectionListResponse クラスの新しいインスタンスを初期化します。

プロパティ

Connection

省略可能。 接続の一覧を取得または設定します。

NextLink

任意。 次のリンクを取得または設定します。

(継承元 OperationResponseWithSkipToken)
SkipToken

任意。 スキップ トークンを取得または設定します。

(継承元 OperationResponseWithSkipToken)

適用対象