Método JobScheduleOperationsExtensions.Get (IJobScheduleOperations, String, Guid)
Recupere a agenda de trabalho identificada pelo nome da agenda de trabalho. (consulte https://aka.ms/azureautomationsdk/jobscheduleoperations para obter mais informações)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public static JobScheduleGetResponse Get(
this IJobScheduleOperations operations,
string automationAccount,
Guid jobScheduleName
)
public:
[ExtensionAttribute]
static JobScheduleGetResponse^ Get(
IJobScheduleOperations^ operations,
String^ automationAccount,
Guid jobScheduleName
)
static member Get :
operations:IJobScheduleOperations *
automationAccount:string *
jobScheduleName:Guid -> JobScheduleGetResponse
<ExtensionAttribute>
Public Shared Function Get (
operations As IJobScheduleOperations,
automationAccount As String,
jobScheduleName As Guid
) As JobScheduleGetResponse
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.
automationAccount
Type: System.StringObrigatório. O nome da conta de automação.
jobScheduleName
Type: System.GuidObrigatório. O nome da agenda de trabalho.
Valor de retorno
Type: Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleGetResponse
O modelo de resposta para a operação de agendamento de trabalho get.
Consulte também
Classe JobScheduleOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo