Freigeben über


NetworkExtensions.GetDdosProtectionPlanAsync Methode

Definition

Ruft Informationen zum angegebenen DDoS-Schutzplan ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ddosProtectionPlans/{ddosProtectionPlanName}
  • Vorgang IdDdosProtectionPlans_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.DdosProtectionPlanResource>> GetDdosProtectionPlanAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string ddosProtectionPlanName, System.Threading.CancellationToken cancellationToken = default);
static member GetDdosProtectionPlanAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.DdosProtectionPlanResource>>
<Extension()>
Public Function GetDdosProtectionPlanAsync (resourceGroupResource As ResourceGroupResource, ddosProtectionPlanName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DdosProtectionPlanResource))

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

ddosProtectionPlanName
String

Der Name des DDoS-Schutzplans.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

ddosProtectionPlanName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

ddosProtectionPlanName ist NULL.

Gilt für: