NetworkExtensions.GetDdosProtectionPlan Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets information about the specified DDoS protection plan.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ddosProtectionPlans/{ddosProtectionPlanName}
- Operation Id: DdosProtectionPlans_Get
- Default Api Version: 2024-03-01
- Resource: DdosProtectionPlanResource
public static Azure.Response<Azure.ResourceManager.Network.DdosProtectionPlanResource> GetDdosProtectionPlan (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string ddosProtectionPlanName, System.Threading.CancellationToken cancellationToken = default);
static member GetDdosProtectionPlan : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.DdosProtectionPlanResource>
<Extension()>
Public Function GetDdosProtectionPlan (resourceGroupResource As ResourceGroupResource, ddosProtectionPlanName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DdosProtectionPlanResource)
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
- ddosProtectionPlanName
- String
The name of the DDoS protection plan.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
resourceGroupResource
or ddosProtectionPlanName
is null.
ddosProtectionPlanName
is an empty string, and was expected to be non-empty.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET