ScheduleCreateOrUpdateParameters Constructors

Definition

Overloads

Name Description
ScheduleCreateOrUpdateParameters()

Initializes a new instance of the ScheduleCreateOrUpdateParameters class.

ScheduleCreateOrUpdateParameters(String, ScheduleCreateOrUpdateProperties)

ScheduleCreateOrUpdateParameters()

Initializes a new instance of the ScheduleCreateOrUpdateParameters class.

public ScheduleCreateOrUpdateParameters();
Public Sub New ()

Applies to

ScheduleCreateOrUpdateParameters(String, ScheduleCreateOrUpdateProperties)

public ScheduleCreateOrUpdateParameters(string name, Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateParameters
Public Sub New (name As String, properties As ScheduleCreateOrUpdateProperties)

Parameters

name
String

Applies to