RunbookDraftUpdateParameters Constructors

Definition

Overloads

RunbookDraftUpdateParameters()

Initializes a new instance of the RunbookDraftUpdateParameters class.

RunbookDraftUpdateParameters(String, String)

Initializes a new instance of the RunbookDraftUpdateParameters class with required arguments.

RunbookDraftUpdateParameters()

Initializes a new instance of the RunbookDraftUpdateParameters class.

public RunbookDraftUpdateParameters ();
Public Sub New ()

Applies to

RunbookDraftUpdateParameters(String, String)

Initializes a new instance of the RunbookDraftUpdateParameters class with required arguments.

public RunbookDraftUpdateParameters (string name, string stream);
new Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParameters : string * string -> Microsoft.WindowsAzure.Management.Automation.Models.RunbookDraftUpdateParameters
Public Sub New (name As String, stream As String)

Parameters

name
String
stream
String

Applies to