JobScheduleOperationsExtensions.GetAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetAsync(IJobScheduleOperations, String, String, Guid, CancellationToken) |
Recupere a agenda de trabalho identificada pelo nome da agenda de trabalho. http://aka.ms/azureautomationsdk/jobscheduleoperations |
GetAsync(IJobScheduleOperations, String, String, Guid) |
GetAsync(IJobScheduleOperations, String, String, Guid, CancellationToken)
Recupere a agenda de trabalho identificada pelo nome da agenda de trabalho. http://aka.ms/azureautomationsdk/jobscheduleoperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobSchedule> GetAsync (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccountName, Guid jobScheduleId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobSchedule>
<Extension()>
Public Function GetAsync (operations As IJobScheduleOperations, resourceGroupName As String, automationAccountName As String, jobScheduleId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobSchedule)
Parâmetros
- operations
- IJobScheduleOperations
O grupo de operações para esse método de extensão.
- resourceGroupName
- String
Nome de um grupo de recursos do Azure.
- automationAccountName
- String
O nome da conta de automação.
- jobScheduleId
- Guid
O nome da agenda de trabalho.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
GetAsync(IJobScheduleOperations, String, String, Guid)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobScheduleGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccount, Guid jobScheduleName);
static member GetAsync : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Guid -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobScheduleGetResponse>
<Extension()>
Public Function GetAsync (operations As IJobScheduleOperations, resourceGroupName As String, automationAccount As String, jobScheduleName As Guid) As Task(Of JobScheduleGetResponse)
Parâmetros
- operations
- IJobScheduleOperations
- resourceGroupName
- String
- automationAccount
- String
- jobScheduleName
- Guid
Retornos
Aplica-se a
Azure SDK for .NET