次の方法で共有


DefaultSecurityRules interface

DefaultSecurityRules を表すインターフェイス。

メソッド

get(string, string, string, DefaultSecurityRulesGetOptionalParams)

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

list(string, string, DefaultSecurityRulesListOptionalParams)

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

メソッドの詳細

get(string, string, string, DefaultSecurityRulesGetOptionalParams)

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

function get(resourceGroupName: string, networkSecurityGroupName: string, defaultSecurityRuleName: string, options?: DefaultSecurityRulesGetOptionalParams): Promise<SecurityRule>

パラメーター

resourceGroupName

string

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

networkSecurityGroupName

string

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

defaultSecurityRuleName

string

既定のセキュリティ規則の名前。

options
DefaultSecurityRulesGetOptionalParams

options パラメーター。

戻り値

Promise<SecurityRule>

list(string, string, DefaultSecurityRulesListOptionalParams)

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

function list(resourceGroupName: string, networkSecurityGroupName: string, options?: DefaultSecurityRulesListOptionalParams): PagedAsyncIterableIterator<SecurityRule, SecurityRule[], PageSettings>

パラメーター

resourceGroupName

string

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

networkSecurityGroupName

string

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

options
DefaultSecurityRulesListOptionalParams

options パラメーター。

戻り値