SecurityRulesDelete interface
メソッド
| delete(Security |
指定したネットワーク セキュリティ規則を削除します。 |
| get(Security |
指定したネットワーク セキュリティ規則を取得します。 |
| put(Security |
指定したネットワーク セキュリティ グループのセキュリティ規則を作成または更新します。 |
メソッドの詳細
delete(SecurityRulesDeleteParameters)
指定したネットワーク セキュリティ規則を削除します。
function delete(options: SecurityRulesDeleteParameters): StreamableMethod<SecurityRulesDelete200Response | SecurityRulesDelete202Response | SecurityRulesDelete204Response | SecurityRulesDeleteDefaultResponse>
パラメーター
- options
- SecurityRulesDeleteParameters
戻り値
get(SecurityRulesGetParameters)
指定したネットワーク セキュリティ規則を取得します。
function get(options: SecurityRulesGetParameters): StreamableMethod<SecurityRulesGet200Response | SecurityRulesGetDefaultResponse>
パラメーター
- options
- SecurityRulesGetParameters
戻り値
put(SecurityRulesCreateOrUpdateParameters)
指定したネットワーク セキュリティ グループのセキュリティ規則を作成または更新します。
function put(options: SecurityRulesCreateOrUpdateParameters): StreamableMethod<SecurityRulesCreateOrUpdate200Response | SecurityRulesCreateOrUpdate201Response | SecurityRulesCreateOrUpdateDefaultResponse>