RunbookAssociationProperty Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
RunbookAssociationProperty() |
Initialisiert eine neue instance der RunbookAssociationProperty-Klasse. |
RunbookAssociationProperty(String) |
Initialisiert eine neue instance der RunbookAssociationProperty-Klasse. |
RunbookAssociationProperty()
Initialisiert eine neue instance der RunbookAssociationProperty-Klasse.
public RunbookAssociationProperty ();
Public Sub New ()
Gilt für:
RunbookAssociationProperty(String)
Initialisiert eine neue instance der RunbookAssociationProperty-Klasse.
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)
Parameter
- name
- String
Ruft den Namen des Runbooks ab oder legt den Namen fest.
Gilt für:
Azure SDK for .NET