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>