Sdílet prostřednictvím


ScheduleUpdateParameters Konstruktory

Definice

Přetížení

ScheduleUpdateParameters()

Inicializuje novou instanci ScheduleUpdateParameters třídy.

ScheduleUpdateParameters(String, String, Nullable<Boolean>)

Inicializuje novou instanci ScheduleUpdateParameters třídy.

ScheduleUpdateParameters()

Inicializuje novou instanci ScheduleUpdateParameters třídy.

public ScheduleUpdateParameters();
Public Sub New ()

Platí pro

ScheduleUpdateParameters(String, String, Nullable<Boolean>)

Inicializuje novou instanci ScheduleUpdateParameters třídy.

public ScheduleUpdateParameters(string name = default, string description = default, bool? isEnabled = default);
new Microsoft.Azure.Management.Automation.Models.ScheduleUpdateParameters : string * string * Nullable<bool> -> Microsoft.Azure.Management.Automation.Models.ScheduleUpdateParameters
Public Sub New (Optional name As String = Nothing, Optional description As String = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing)

Parametry

name
String

Získá nebo nastaví název plánu.

description
String

Získá nebo nastaví popis plánu.

isEnabled
Nullable<Boolean>

Získá nebo nastaví hodnotu určující, zda je tento plán povolen.

Platí pro