次の方法で共有


ModuleListResponse クラス

定義

リスト モジュール操作の応答モデル。

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

コンストラクター

ModuleListResponse()

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

プロパティ

Modules

省略可能。 モジュールの一覧を取得または設定します。

NextLink

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

(継承元 OperationResponseWithSkipToken)
SkipToken

省略可能。 スキップ トークンを取得または設定します。

(継承元 OperationResponseWithSkipToken)

適用対象