RunbookAssociationProperty Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RunbookAssociationProperty() |
Initializes a new instance of the RunbookAssociationProperty class. |
RunbookAssociationProperty(String) |
Initializes a new instance of the RunbookAssociationProperty class. |
RunbookAssociationProperty()
Initializes a new instance of the RunbookAssociationProperty class.
public RunbookAssociationProperty();
Public Sub New ()
Applies to
RunbookAssociationProperty(String)
Initializes a new instance of the RunbookAssociationProperty class.
public RunbookAssociationProperty(string name = default);
new Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty : string -> Microsoft.Azure.Management.Automation.Models.RunbookAssociationProperty
Public Sub New (Optional name As String = Nothing)
Parameters
- name
- String
Gets or sets the name of the runbook.