次の方法で共有


DdosProtectionPlanCollection.Get(String, CancellationToken) メソッド

定義

指定した DDoS 保護プランに関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ddosProtectionPlans/{ddosProtectionPlanName}
  • 操作IdDdosProtectionPlans_Get
public virtual Azure.Response<Azure.ResourceManager.Network.DdosProtectionPlanResource> Get (string ddosProtectionPlanName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.DdosProtectionPlanResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.DdosProtectionPlanResource>
Public Overridable Function Get (ddosProtectionPlanName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DdosProtectionPlanResource)

パラメーター

ddosProtectionPlanName
String

DDoS 保護プランの名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

ddosProtectionPlanName は空の文字列であり、空でないと想定されていました。

ddosProtectionPlanName が null です。

適用対象