Megosztás a következőn keresztül:


DdosCustomPolicyCollection.Get(String, CancellationToken) 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: 2023-09-01
  • Resource: DdosCustomPolicyResource
public virtual Azure.Response<Azure.ResourceManager.Network.DdosCustomPolicyResource> Get (string ddosCustomPolicyName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.DdosCustomPolicyResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.DdosCustomPolicyResource>
Public Overridable Function Get (ddosCustomPolicyName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DdosCustomPolicyResource)

Parameters

ddosCustomPolicyName
String

The name of the DDoS custom policy.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

ddosCustomPolicyName is null.

Applies to