DefaultSecurityRules interface
DefaultSecurityRules を表すインターフェイス。
メソッド
get(string, string, string, Default |
指定した既定のネットワーク セキュリティ規則を取得します。 |
list(string, string, Default |
ネットワーク セキュリティ グループ内のすべての既定のセキュリティ規則を取得します。 |
メソッドの詳細
get(string, string, string, DefaultSecurityRulesGetOptionalParams)
指定した既定のネットワーク セキュリティ規則を取得します。
function get(resourceGroupName: string, networkSecurityGroupName: string, defaultSecurityRuleName: string, options?: DefaultSecurityRulesGetOptionalParams): Promise<SecurityRule>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityGroupName
-
string
ネットワーク セキュリティ グループの名前。
- defaultSecurityRuleName
-
string
既定のセキュリティ規則の名前。
options パラメーター。
戻り値
Promise<SecurityRule>
list(string, string, DefaultSecurityRulesListOptionalParams)
ネットワーク セキュリティ グループ内のすべての既定のセキュリティ規則を取得します。
function list(resourceGroupName: string, networkSecurityGroupName: string, options?: DefaultSecurityRulesListOptionalParams): PagedAsyncIterableIterator<SecurityRule, SecurityRule[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- networkSecurityGroupName
-
string
ネットワーク セキュリティ グループの名前。
options パラメーター。