NetworkSecurityGroupsDelete interface
メソッド
| delete(Network |
指定したネットワーク セキュリティ グループを削除します。 |
| get(Network |
指定したネットワーク セキュリティ グループを取得します。 |
| patch(Network |
ネットワーク セキュリティ グループのタグを更新します。 |
| put(Network |
指定したリソース グループ内のネットワーク セキュリティ グループを作成または更新します。 |
メソッドの詳細
delete(NetworkSecurityGroupsDeleteParameters)
指定したネットワーク セキュリティ グループを削除します。
function delete(options: NetworkSecurityGroupsDeleteParameters): StreamableMethod<NetworkSecurityGroupsDelete200Response | NetworkSecurityGroupsDelete202Response | NetworkSecurityGroupsDelete204Response | NetworkSecurityGroupsDeleteDefaultResponse>
パラメーター
戻り値
get(NetworkSecurityGroupsGetParameters)
指定したネットワーク セキュリティ グループを取得します。
function get(options: NetworkSecurityGroupsGetParameters): StreamableMethod<NetworkSecurityGroupsGet200Response | NetworkSecurityGroupsGetDefaultResponse>
パラメーター
戻り値
patch(NetworkSecurityGroupsUpdateTagsParameters)
ネットワーク セキュリティ グループのタグを更新します。
function patch(options: NetworkSecurityGroupsUpdateTagsParameters): StreamableMethod<NetworkSecurityGroupsUpdateTags200Response | NetworkSecurityGroupsUpdateTagsDefaultResponse>
パラメーター
戻り値
put(NetworkSecurityGroupsCreateOrUpdateParameters)
指定したリソース グループ内のネットワーク セキュリティ グループを作成または更新します。
function put(options: NetworkSecurityGroupsCreateOrUpdateParameters): StreamableMethod<NetworkSecurityGroupsCreateOrUpdate200Response | NetworkSecurityGroupsCreateOrUpdate201Response | NetworkSecurityGroupsCreateOrUpdateDefaultResponse>