Método JobScheduleOperationsExtensions.GetAsync (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 Task<JobScheduleGetResponse> GetAsync(
this IJobScheduleOperations operations,
string automationAccount,
Guid jobScheduleName
)
public:
[ExtensionAttribute]
static Task<JobScheduleGetResponse^>^ GetAsync(
IJobScheduleOperations^ operations,
String^ automationAccount,
Guid jobScheduleName
)
static member GetAsync :
operations:IJobScheduleOperations *
automationAccount:string *
jobScheduleName:Guid -> Task<JobScheduleGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
operations As IJobScheduleOperations,
automationAccount As String,
jobScheduleName As Guid
) As Task(Of 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: System.Threading.Tasks.Task<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