Share via


SecurityRulesDelete interface

Methods

delete(SecurityRulesDeleteParameters)

Deletes the specified network security rule.

get(SecurityRulesGetParameters)

Get the specified network security rule.

put(SecurityRulesCreateOrUpdateParameters)

Creates or updates a security rule in the specified network security group.

Method Details

delete(SecurityRulesDeleteParameters)

Deletes the specified network security rule.

function delete(options: SecurityRulesDeleteParameters): StreamableMethod<SecurityRulesDelete200Response | SecurityRulesDelete202Response | SecurityRulesDelete204Response | SecurityRulesDeleteDefaultResponse>

Parameters

Returns

get(SecurityRulesGetParameters)

Get the specified network security rule.

function get(options: SecurityRulesGetParameters): StreamableMethod<SecurityRulesGet200Response | SecurityRulesGetDefaultResponse>

Parameters

Returns

put(SecurityRulesCreateOrUpdateParameters)

Creates or updates a security rule in the specified network security group.

function put(options: SecurityRulesCreateOrUpdateParameters): StreamableMethod<SecurityRulesCreateOrUpdate200Response | SecurityRulesCreateOrUpdate201Response | SecurityRulesCreateOrUpdateDefaultResponse>

Parameters

Returns