Share via


ScheduleOperationsExtensions.Get Method (IScheduleOperations, String, String)

 

Retrieve the schedule identified by schedule name. (see https://aka.ms/azureautomationsdk/scheduleoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

public static ScheduleGetResponse Get(
    this IScheduleOperations operations,
    string automationAccount,
    string scheduleName
)
public:
[ExtensionAttribute]
static ScheduleGetResponse^ Get(
    IScheduleOperations^ operations,
    String^ automationAccount,
    String^ scheduleName
)
static member Get : 
        operations:IScheduleOperations *
        automationAccount:string *
        scheduleName:string -> ScheduleGetResponse
<ExtensionAttribute>
Public Shared Function Get (
    operations As IScheduleOperations,
    automationAccount As String,
    scheduleName As String
) As ScheduleGetResponse

Parameters

  • automationAccount
    Type: System.String

    Required. The automation account name.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.ScheduleGetResponse

The response model for the get schedule operation.

See Also

ScheduleOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top