次の方法で共有


VariableListResponse クラス

定義

リスト変数操作の応答モデル。

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

コンストラクター

VariableListResponse()

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

プロパティ

NextLink

省略可能。 次のリンクを取得または設定します。

(継承元 OperationResponseWithSkipToken)
SkipToken

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

(継承元 OperationResponseWithSkipToken)
Variables

任意。 変数の一覧を取得または設定します。

適用対象