مشاركة عبر


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

معلمات الخيارات.

المرتجعات

Promise<SecurityRule>

list(string, string, DefaultSecurityRulesListOptionalParams)

يحصل على جميع قواعد الأمان الافتراضية في مجموعة أمان الشبكة.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

networkSecurityGroupName

string

اسم مجموعة أمان الشبكة.

options
DefaultSecurityRulesListOptionalParams

معلمات الخيارات.

المرتجعات