DefaultSecurityRulesOperations interface

Interface representing a DefaultSecurityRules operations.

Properties

get

Get the specified default network security rule.

list

Gets all default security rules in a network security group.

Property Details

get

Get the specified default network security rule.

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

Property Value

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

list

Gets all default security rules in a network security group.

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

Property Value

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