次の方法で共有


DdosProtectionPlansOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.Network.Models.DdosProtectionPlan Get (this Microsoft.Azure.Management.Network.IDdosProtectionPlansOperations operations, string resourceGroupName, string ddosProtectionPlanName);
static member Get : Microsoft.Azure.Management.Network.IDdosProtectionPlansOperations * string * string -> Microsoft.Azure.Management.Network.Models.DdosProtectionPlan
<Extension()>
Public Function Get (operations As IDdosProtectionPlansOperations, resourceGroupName As String, ddosProtectionPlanName As String) As DdosProtectionPlan

パラメーター

operations
IDdosProtectionPlansOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

ddosProtectionPlanName
String

DDoS 保護プランの名前。

戻り値

適用対象