IDefaultSecurityRulesOperations インターフェイス

定義

DefaultSecurityRulesOperations 操作。

public interface IDefaultSecurityRulesOperations
type IDefaultSecurityRulesOperations = interface
Public Interface IDefaultSecurityRulesOperations

メソッド

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

指定した既定のネットワーク セキュリティ規則を取得します。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

拡張メソッド

GetAsync(IDefaultSecurityRulesOperations, String, String, String, CancellationToken)

指定した既定のネットワーク セキュリティ規則を取得します。

ListAsync(IDefaultSecurityRulesOperations, String, String, CancellationToken)

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

ListNextAsync(IDefaultSecurityRulesOperations, String, CancellationToken)

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

適用対象