NetworkSecurityGroupOperationsExtensions.GetAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サブスクリプション内の指定されたネットワーク セキュリティ グループの詳細を取得します。
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations operations, string networkSecurityGroupName, string detailLevel);
static member GetAsync : Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkSecurityGroupGetResponse>
<Extension()>
Public Function GetAsync (operations As INetworkSecurityGroupOperations, networkSecurityGroupName As String, detailLevel As String) As Task(Of NetworkSecurityGroupGetResponse)
パラメーター
- operations
- INetworkSecurityGroupOperations
Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations への参照。
- networkSecurityGroupName
- String
必須。 取得するネットワーク セキュリティ グループの名前。
- detailLevel
- String
省略可能。 ルールを一覧表示するには、'Full' を使用します。
戻り値
サブスクリプションに関連付けられているネットワーク セキュリティ グループ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET