Share via


ScheduleAssociationProperty Constructors

Definition

Overloads

ScheduleAssociationProperty()

Initializes a new instance of the ScheduleAssociationProperty class.

ScheduleAssociationProperty(String)

Initializes a new instance of the ScheduleAssociationProperty class.

ScheduleAssociationProperty()

Initializes a new instance of the ScheduleAssociationProperty class.

public ScheduleAssociationProperty ();
Public Sub New ()

Applies to

ScheduleAssociationProperty(String)

Initializes a new instance of the ScheduleAssociationProperty class.

public ScheduleAssociationProperty (string name = default);
new Microsoft.Azure.Management.Automation.Models.ScheduleAssociationProperty : string -> Microsoft.Azure.Management.Automation.Models.ScheduleAssociationProperty
Public Sub New (Optional name As String = Nothing)

Parameters

name
String

Gets or sets the name of the Schedule.

Applies to