次の方法で共有


DefaultSecurityRulesOperationsExtensions.ListAsync メソッド

定義

ネットワーク セキュリティ グループ内のすべての既定のセキュリティ規則を取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.SecurityRule>> ListAsync (this Microsoft.Azure.Management.Network.IDefaultSecurityRulesOperations operations, string resourceGroupName, string networkSecurityGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.IDefaultSecurityRulesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.SecurityRule>>
<Extension()>
Public Function ListAsync (operations As IDefaultSecurityRulesOperations, resourceGroupName As String, networkSecurityGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SecurityRule))

パラメーター

operations
IDefaultSecurityRulesOperations

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

resourceGroupName
String

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

networkSecurityGroupName
String

ネットワーク セキュリティ グループの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象