SecurityCenterLocationResource.GetAdaptiveApplicationControlGroupAsync 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 VM/Servergruppe für die Anwendungssteuerung ab.
- Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/applicationWhitelistings/{groupName}
- Vorgangs-IdAdaptiveApplicationControls_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.AdaptiveApplicationControlGroupResource>> GetAdaptiveApplicationControlGroupAsync (string groupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAdaptiveApplicationControlGroupAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.AdaptiveApplicationControlGroupResource>>
override this.GetAdaptiveApplicationControlGroupAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.AdaptiveApplicationControlGroupResource>>
Public Overridable Function GetAdaptiveApplicationControlGroupAsync (groupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AdaptiveApplicationControlGroupResource))
Parameter
- groupName
- String
Name einer Computergruppe für die Anwendungssteuerung.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
groupName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
groupName
ist NULL.