Sdílet prostřednictvím


AdvancedScheduleMonthlyOccurrence Konstruktory

Definice

Přetížení

AdvancedScheduleMonthlyOccurrence()

Inicializuje novou instanci AdvancedScheduleMonthlyOccurrence třídy.

AdvancedScheduleMonthlyOccurrence(Nullable<Int32>, String)

Inicializuje novou instanci AdvancedScheduleMonthlyOccurrence třídy.

AdvancedScheduleMonthlyOccurrence()

Inicializuje novou instanci AdvancedScheduleMonthlyOccurrence třídy.

public AdvancedScheduleMonthlyOccurrence ();
Public Sub New ()

Platí pro

AdvancedScheduleMonthlyOccurrence(Nullable<Int32>, String)

Inicializuje novou instanci AdvancedScheduleMonthlyOccurrence třídy.

public AdvancedScheduleMonthlyOccurrence (int? occurrence = default, string day = default);
new Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence : Nullable<int> * string -> Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence
Public Sub New (Optional occurrence As Nullable(Of Integer) = Nothing, Optional day As String = Nothing)

Parametry

occurrence
Nullable<Int32>

Výskyt týdne v měsíci. Musí být mezi 1 a 5.

day
String

Den výskytu. Musí to být pondělí, úterý, středa, čtvrtek, pátek, sobota, neděle. Mezi možné hodnoty patří: "Pondělí", "Úterý", "Středa", "Čtvrtek", "Pátek", "Sobota", "Neděle"

Platí pro