NetworkGroupsGet interface
メソッド
| delete(Network |
ネットワーク グループを削除します。 |
| get(Network |
指定したネットワーク グループを取得します。 |
| put(Network |
ネットワーク グループを作成または更新します。 |
メソッドの詳細
delete(NetworkGroupsDeleteParameters)
ネットワーク グループを削除します。
function delete(options: NetworkGroupsDeleteParameters): StreamableMethod<NetworkGroupsDelete200Response | NetworkGroupsDelete202Response | NetworkGroupsDelete204Response | NetworkGroupsDeleteDefaultResponse>
パラメーター
- options
- NetworkGroupsDeleteParameters
戻り値
get(NetworkGroupsGetParameters)
指定したネットワーク グループを取得します。
function get(options: NetworkGroupsGetParameters): StreamableMethod<NetworkGroupsGet200Response | NetworkGroupsGetDefaultResponse>
パラメーター
- options
- NetworkGroupsGetParameters
戻り値
put(NetworkGroupsCreateOrUpdateParameters)
ネットワーク グループを作成または更新します。
function put(options: NetworkGroupsCreateOrUpdateParameters): StreamableMethod<NetworkGroupsCreateOrUpdate200Response | NetworkGroupsCreateOrUpdate201Response | NetworkGroupsCreateOrUpdateDefaultResponse>