SoftwareUpdateConfigurationsOperationsExtensions.GetByNameAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Rufen Sie eine einzelne Softwareupdatekonfiguration nach Name ab. http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfiguration> GetByNameAsync (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationsOperations operations, string resourceGroupName, string automationAccountName, string softwareUpdateConfigurationName, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
static member GetByNameAsync : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfiguration>
<Extension()>
Public Function GetByNameAsync (operations As ISoftwareUpdateConfigurationsOperations, resourceGroupName As String, automationAccountName As String, softwareUpdateConfigurationName As String, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SoftwareUpdateConfiguration)
Parameter
- operations
- ISoftwareUpdateConfigurationsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- softwareUpdateConfigurationName
- String
Der Name der zu erstellenden Softwareupdatekonfiguration.
- clientRequestId
- String
Identifiziert diese spezifische Clientanforderung.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET