Método ScheduleOperationsExtensions.Get (IScheduleOperations, String, String)
Recupere a agenda identificada pelo nome da agenda. (consulte https://aka.ms/azureautomationsdk/scheduleoperations para obter mais informações)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
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
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.Automation.IScheduleOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
automationAccount
Type: System.StringObrigatório. O nome da conta de automação.
scheduleName
Type: System.StringObrigatório. O nome da agenda.
Valor de retorno
Type: Microsoft.WindowsAzure.Management.Automation.Models.ScheduleGetResponse
O modelo de resposta para a operação agenda.
Consulte também
Classe ScheduleOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo