次の方法で共有


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)

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

拡張メソッド

Get(IDefaultSecurityRulesOperations, String, String, String)

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

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

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

List(IDefaultSecurityRulesOperations, String, String)

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

ListAsync(IDefaultSecurityRulesOperations, String, String, CancellationToken)

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

ListNext(IDefaultSecurityRulesOperations, String)

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

ListNextAsync(IDefaultSecurityRulesOperations, String, CancellationToken)

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

適用対象