SecurityCenterExtensions.GetCustomAssessmentAutomationAsync 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.
Ruft eine einzelne benutzerdefinierte Bewertungsautomatisierung nach Namen für das bereitgestellte Abonnement und die Ressourcengruppe ab.
- Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customAssessmentAutomations/{customAssessmentAutomationName}
- Vorgangs-IdCustomAssessmentAutomations_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationResource>> GetCustomAssessmentAutomationAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string customAssessmentAutomationName, System.Threading.CancellationToken cancellationToken = default);
static member GetCustomAssessmentAutomationAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationResource>>
<Extension()>
Public Function GetCustomAssessmentAutomationAsync (resourceGroupResource As ResourceGroupResource, customAssessmentAutomationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CustomAssessmentAutomationResource))
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance die -Methode ausgeführt wird.
- customAssessmentAutomationName
- String
Name der Benutzerdefinierten Bewertungsautomatisierung.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
customAssessmentAutomationName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
customAssessmentAutomationName
ist NULL.