NetworkExtensions.GetDdosCustomPolicy Method

Definition

Gets information about the specified DDoS custom policy.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ddosCustomPolicies/{ddosCustomPolicyName}
  • Operation Id: DdosCustomPolicies_Get
  • Default Api Version: 2024-05-01
  • Resource: DdosCustomPolicyResource
C#
public static Azure.Response<Azure.ResourceManager.Network.DdosCustomPolicyResource> GetDdosCustomPolicy(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string ddosCustomPolicyName, System.Threading.CancellationToken cancellationToken = default);

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

ddosCustomPolicyName
String

The name of the DDoS custom policy.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or ddosCustomPolicyName is null.

ddosCustomPolicyName is an empty string, and was expected to be non-empty.

Applies to

Product Versions
Azure SDK for .NET Latest, Preview