次の方法で共有


RunbookCreateOrUpdateDraftParameters コンストラクター

定義

オーバーロード

RunbookCreateOrUpdateDraftParameters()

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

RunbookCreateOrUpdateDraftParameters(RunbookCreateOrUpdateDraftProperties)
RunbookCreateOrUpdateDraftParameters(String)

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

RunbookCreateOrUpdateDraftParameters()

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

public RunbookCreateOrUpdateDraftParameters();
Public Sub New ()

適用対象

RunbookCreateOrUpdateDraftParameters(RunbookCreateOrUpdateDraftProperties)

public RunbookCreateOrUpdateDraftParameters(Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftProperties properties);
new Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftParameters : Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftProperties -> Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftParameters
Public Sub New (properties As RunbookCreateOrUpdateDraftProperties)

パラメーター

適用対象

RunbookCreateOrUpdateDraftParameters(String)

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

public RunbookCreateOrUpdateDraftParameters(string runbookContent);
new Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftParameters : string -> Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftParameters
Public Sub New (runbookContent As String)

パラメーター

runbookContent
String

Runbook のコンテンツ。

適用対象