Construtor ScheduleUpdateParameters (String)
Inicializa uma nova instância da classe ScheduleUpdateParameters com argumentos necessários.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public ScheduleUpdateParameters(
string name
)
public:
ScheduleUpdateParameters(
String^ name
)
new :
name:string -> ScheduleUpdateParameters
Public Sub New (
name As String
)
Consulte também
ScheduleUpdateParameters Sobrecarga
Classe ScheduleUpdateParameters
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo