次の方法で共有


RunbookListResponse クラス

定義

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

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

コンストラクター

RunbookListResponse()

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

プロパティ

NextLink

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

(継承元 OperationResponseWithSkipToken)
Runbooks

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

SkipToken

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

(継承元 OperationResponseWithSkipToken)

適用対象