ScheduleCreateParameters Constructor (String, ScheduleCreateProperties)
Initializes a new instance of the ScheduleCreateParameters class with required arguments.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Usage
'Usage
Dim name As String
Dim properties As ScheduleCreateProperties
Dim instance As New ScheduleCreateParameters(name, properties)
Syntax
'Declaration
Public Sub New ( _
name As String, _
properties As ScheduleCreateProperties _
)
public ScheduleCreateParameters (
string name,
ScheduleCreateProperties properties
)
public:
ScheduleCreateParameters (
String^ name,
ScheduleCreateProperties^ properties
)
public ScheduleCreateParameters (
String name,
ScheduleCreateProperties properties
)
public function ScheduleCreateParameters (
name : String,
properties : ScheduleCreateProperties
)
Remarks
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
ScheduleCreateParameters Class
ScheduleCreateParameters Members
Microsoft.WindowsAzure.Management.Automation.Models Namespace