Partager via


DdosProtectionPlansOperationsExtensions.GetAsync Méthode

Définition

Obtient des informations sur le plan de protection DDoS spécifié.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.DdosProtectionPlanInner> GetAsync (this Microsoft.Azure.Management.Network.Fluent.IDdosProtectionPlansOperations operations, string resourceGroupName, string ddosProtectionPlanName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Network.Fluent.IDdosProtectionPlansOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.DdosProtectionPlanInner>
<Extension()>
Public Function GetAsync (operations As IDdosProtectionPlansOperations, resourceGroupName As String, ddosProtectionPlanName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DdosProtectionPlanInner)

Paramètres

operations
IDdosProtectionPlansOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

ddosProtectionPlanName
String

Nom du plan de protection DDoS.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à