ScheduleOperationsExtensions.GetAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetAsync(IScheduleOperations, String, String, String) | |
GetAsync(IScheduleOperations, String, String, String, CancellationToken) |
Recuperare la pianificazione identificata dal nome della pianificazione. http://aka.ms/azureautomationsdk/scheduleoperations |
GetAsync(IScheduleOperations, String, String, String)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ScheduleGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.IScheduleOperations operations, string resourceGroupName, string automationAccount, string scheduleName);
static member GetAsync : Microsoft.Azure.Management.Automation.IScheduleOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ScheduleGetResponse>
<Extension()>
Public Function GetAsync (operations As IScheduleOperations, resourceGroupName As String, automationAccount As String, scheduleName As String) As Task(Of ScheduleGetResponse)
Parametri
- operations
- IScheduleOperations
- resourceGroupName
- String
- automationAccount
- String
- scheduleName
- String
Restituisce
Si applica a
GetAsync(IScheduleOperations, String, String, String, CancellationToken)
Recuperare la pianificazione identificata dal nome della pianificazione. http://aka.ms/azureautomationsdk/scheduleoperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Schedule> GetAsync (this Microsoft.Azure.Management.Automation.IScheduleOperations operations, string resourceGroupName, string automationAccountName, string scheduleName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.IScheduleOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Schedule>
<Extension()>
Public Function GetAsync (operations As IScheduleOperations, resourceGroupName As String, automationAccountName As String, scheduleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Schedule)
Parametri
- operations
- IScheduleOperations
Gruppo di operazioni per questo metodo di estensione.
- resourceGroupName
- String
Nome di un gruppo di risorse di Azure.
- automationAccountName
- String
Nome dell'account di automazione.
- scheduleName
- String
Nome della pianificazione.
- cancellationToken
- CancellationToken
Token di annullamento.