Delen via


DefaultSecurityRules interface

Interface die een DefaultSecurityRules vertegenwoordigt.

Methoden

get(string, string, string, DefaultSecurityRulesGetOptionalParams)

Haal de opgegeven standaardnetwerkbeveiligingsregel op.

list(string, string, DefaultSecurityRulesListOptionalParams)

Hiermee haalt u alle standaardbeveiligingsregels in een netwerkbeveiligingsgroep op.

Methodedetails

get(string, string, string, DefaultSecurityRulesGetOptionalParams)

Haal de opgegeven standaardnetwerkbeveiligingsregel op.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

networkSecurityGroupName

string

De naam van de netwerkbeveiligingsgroep.

defaultSecurityRuleName

string

De naam van de standaardbeveiligingsregel.

options
DefaultSecurityRulesGetOptionalParams

De optiesparameters.

Retouren

Promise<SecurityRule>

list(string, string, DefaultSecurityRulesListOptionalParams)

Hiermee haalt u alle standaardbeveiligingsregels in een netwerkbeveiligingsgroep op.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

networkSecurityGroupName

string

De naam van de netwerkbeveiligingsgroep.

options
DefaultSecurityRulesListOptionalParams

De optiesparameters.

Retouren