次の方法で共有


NetworkSecurityGroupOperationsExtensions.Get メソッド

定義

サブスクリプション内の指定されたネットワーク セキュリティ グループの詳細を取得します。

public static Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetResponse Get (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string detailLevel);
static member Get : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetResponse
<Extension()>
Public Function Get (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String, detailLevel As String) As NetworkSecurityGroupGetResponse

パラメーター

operations
INetworkSecurityGroupOperations

Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations への参照。

networkSecurityGroupName
String

必須。 取得するネットワーク セキュリティ グループの名前。

detailLevel
String

任意。 ルールを一覧表示するには、'Full' を使用します。

戻り値

サブスクリプションに関連付けられているネットワーク セキュリティ グループ。

適用対象