RunbookAssociationProperty Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
RunbookAssociationProperty() |
Initialiseert een nieuw exemplaar van de klasse RunbookAssociationProperty. |
RunbookAssociationProperty(String) |
Initialiseert een nieuw exemplaar van de klasse RunbookAssociationProperty. |
RunbookAssociationProperty()
Initialiseert een nieuw exemplaar van de klasse RunbookAssociationProperty.
public RunbookAssociationProperty ();
Public Sub New ()
Van toepassing op
RunbookAssociationProperty(String)
Initialiseert een nieuw exemplaar van de klasse RunbookAssociationProperty.
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
Hiermee wordt de naam van het runbook opgehaald of ingesteld.
Van toepassing op
Azure SDK for .NET